We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4773c91 commit 3e55df7Copy full SHA for 3e55df7
1 file changed
docs/faq/function_library.md
@@ -36,5 +36,9 @@
36
## 3 执行提示 "Exception:keyword 'eval(' is banned in the tool."
37
38
!!! Abstract ""
39
+ ```
40
+ 此限制在 v2.4.0 及之后版本已修改,不再限制 Python 代码内容,改成限制运行进程的边界。
41
42
+
43
为了加强的安全性,防止恶意执行脚步,MaxKB V2 版本在工具的脚本中禁止了 subprocess、system、eval 等语句。
44
0 commit comments