我使用owasp dependency-check:dependencyCheckAnalyze
来验证依赖项漏洞。
它总是表明apple:AppleJavaExtensions
有一个严重的漏洞,但是我不记得我使用了这种依赖关系。
我尝试使用./gradlew dependencyInsight --dependency AppleJavaExtensions
定位此依赖项,但提示为No dependencies matching given input were found in configuration ':compileClasspath'
。
如何找到这种依赖性来解决警告?
更新: 运行时依赖关系图:https://pastebin.com/uDpiiSUM