Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

依赖目录的引入 #5

Closed
Peteling opened this issue Mar 6, 2023 · 0 comments
Closed

依赖目录的引入 #5

Peteling opened this issue Mar 6, 2023 · 0 comments

Comments

@Peteling
Copy link

Peteling commented Mar 6, 2023

在分析java web实际项目的时候,项目引入的依赖相对比较多;soot-fact-generator通过soot进行字节码对jimple的翻译以及facts的生成的过程中往往需要第三方依赖;而当前无法支持通过目录的方式引入第三方依赖包,导致在实际项目中只能通过option -l 一一指定依赖jar包,对实际应用的分析增加了一些门槛。
并且soot-fact-generator无法自动解析mvn clean package shade:shade mvn以shade的方式打包包含依赖的应用jar包。
对应的jar包。
测试项目:https://github.com/JoyChou93/java-sec-code
依赖包下载: https://pan.baidu.com/s/1a_0MAed9o1KJSojGjBfLZw?pwd=c4se 提取码:c4se (1.0.0仅包含项目class,2.0.0包含第三方依赖jar)
备份:https://share.weiyun.com/4Tvu7Pt4

waderwu added a commit that referenced this issue Mar 7, 2023
@waderwu waderwu closed this as completed Mar 7, 2023
@waderwu waderwu mentioned this issue Jul 7, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants