NiceAsiv
Results
2
issues of
NiceAsiv
**Describe the bug** Soot call graph did not fully parse the call chain The complete call chain should include vulnerability functions in the class Book , But in the course...
**Is your feature request related to a problem? Please describe.** 在使用 Opensca 扫描我们的项目时,它会包括 JarCollection 目录下的 soot-1.0.jar 文件。这个 JAR 文件是一个测试包,并不包含需要进行安全分析的源代码,因此不应被纳入扫描范围。 当前行为: 在扫描过程中,soot-1.0.jar 文件被包含在扫描结果中,且其路径出现在扫描输出中,例如: ```bash { "task_info": { "tool_version": "v3.0.7", "app_name": "TestCaseDroid",...
enhancement