对python代码AST进行分析 #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
看到一个叫bandit的项目,好像是可以基于官方ast库进行安全检查
https://github.com/wuhongjun15/Peculiar 这里有一个基于DFG和transformer的对sol的恶意代码检测 我觉得改改能用到python上
@Tritium 数据集可以上huggingface去找找?上次看好像不太有那种针对恶意代码的数据集
Python代码AST进行分析的基本步骤:
步骤:
#16 合并到这个issue里