实现对python依赖包的风险检测 #9
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?
这个网站可以搜索依赖中是否存在漏洞: https://security.snyk.io/package/pip/
可以写一个爬虫,根据本地项目的requirements进行抓取,看所用依赖是否为存在漏洞的版本
ca68c1ee94
已实现