From 3911ac67ce0de545ceaf2c25d2f8bffc62922029 Mon Sep 17 00:00:00 2001 From: banxia123 <46296957+banxia123@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:09:40 +0800 Subject: [PATCH] Update SECURITY_cn.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1:修改错别字、表述优化更通顺 --- SECURITY_cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY_cn.md b/SECURITY_cn.md index 8e687e324e865d..d6d6897aeca276 100644 --- a/SECURITY_cn.md +++ b/SECURITY_cn.md @@ -12,8 +12,8 @@ ### 运行非信任模型 -请永远在沙箱中加载和运行非信任模型并了解其可能造成的影响。 -有多种方式可能导致模型不受信任。飞桨的功能足以在加载不受信任的模型时对系统造成影响,如:`paddle.load` 使用了[pickle](https://docs.python.org/3/library/pickle.html),这会导致恶意模型执行任意命令。所以在使用非信任模型时需要仔细地审计模型,并在沙箱中运行来确保安全。 +请务必在沙箱中加载和运行非信任模型并了解其可能造成的影响。 +有多种方式可能导致模型不受信任。飞桨的功能可能在加载不受信任的模型时对系统造成影响,如:`paddle.load` 使用了[pickle](https://docs.python.org/3/library/pickle.html),这会导致恶意模型执行任意命令。所以在使用非信任模型时需要仔细地审计模型,并在沙箱中运行来确保安全。 ## 飞桨代码安全