Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in security policy #41796

Merged
merged 7 commits into from
Apr 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo test=document_fix
  • Loading branch information
VigiZhang committed Apr 13, 2022
commit a1b1ad2a553c65b98b086530acc988a8e881943d
4 changes: 1 addition & 3 deletions SECURITY_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

## 飞桨模型安全

##

飞桨关注模型的安全性和隐私性。其中包括当模型被用于安全攸关场景时,如何避免模型在干扰下输出错误的决策结果,以及如何避免从模型本身、模型梯度或模型推理结果中泄露数据和隐私信息。

飞桨的安全和隐私套件[PaddleSleeve](https://github.com/PaddlePaddle/PaddleSleeve)提供了一系列工具,可帮助模型开发者及使用者在模型的开发或部署阶段,系统性地评估并提升模型的安全性和隐私性。这些工具包括对抗样本评估测试、拟自然环境鲁棒性评估测试、模型逆向评估测试、成员推断评估测试、样本去噪、对抗训练、隐私增强优化器等。
Expand Down Expand Up @@ -43,5 +41,5 @@

如果输入非预期的参数后,对飞桨代码造成了内存破坏,或者非干净退出,这类行为被认定为存在安全问题。

### [安全公告](https://github.com/PaddlePaddle/Paddle/security/advisories.md)
### [安全公告](https://github.com/PaddlePaddle/Paddle/security/README_cn.md)