-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vulnerable dependency: guava-16.0.1 #1561
Comments
The joy of transitive dependencies and maintaining support for older JVMs. The 3.x branch of dependency-check still maintains Java 7 support. The 4x branch (under development now) moves to Java 8. I'm sorting through the options... |
…e must move from a minumum of Java 7 to Java 8. For vunerability information see #1561
@jeremylong I don't think this is fixed.
|
This is fixed in dependency-check-core/maven/cli/ant. However, it appears that dependency-check-gradle may still have an issue due to not explicitly over-riding guava. If I run
However, it was not fixed correctly for other projects that utilize core. This is now properly fixed with bfd472f. I'll try to fix a few more minor items and push a new release shortly. |
Than the dependency resolution behaves differently in your project compared to the published jar.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
dependency-check-3.3.4 depends on guava-16.0.1. DependencyCheck reports this as having a vulnerability:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-10237
The text was updated successfully, but these errors were encountered: