Skip to content

Commit 3e55df7

Browse files
committed
2.4.0起废除禁用关键字说明
1 parent 4773c91 commit 3e55df7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/faq/function_library.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@
3636
## 3 执行提示 "Exception:keyword 'eval(' is banned in the tool."
3737

3838
!!! Abstract ""
39+
```
40+
此限制在 v2.4.0 及之后版本已修改,不再限制 Python 代码内容,改成限制运行进程的边界。
41+
```
42+
3943
为了加强的安全性,防止恶意执行脚步,MaxKB V2 版本在工具的脚本中禁止了 subprocess、system、eval 等语句。
4044

0 commit comments

Comments
 (0)