-
Notifications
You must be signed in to change notification settings - Fork 88
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
Resolve CVEs identified for 3.1.0 release #115
Comments
Logback needs to be updated: |
We are currently using logback classic Further, we are not using remote logging in devon4j so this is more or less a false-positive. |
Here is the full list:
|
Here is the latest dependency tree of our archetype after merging PR #131:
|
Here the same for the batch module:
|
Following "latest is greatest" approach, it would be a try to go for:
For logback only "alpha" versions are available. That does not seem to be a reasonable option. |
I have tried using spring-security-core - 5.1.6.RELEASE , but this is also failing on vulnerabilities spring-security-core-5.1.6.RELEASE.jar (pkg:maven/org.springframework.security/spring-security-core@5.1.6.RELEASE, cpe:2.3:a:pivotal_software:spring_security:5.1.6.release:* [ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '8.0': |
Release |
Running dependency-check-maven plugin as part of build identifies CVEs of score 8 and higher. Need to fix them as part of this issue.
Note: As part of this fix enable failBuildOnCVSS property for build section.
The text was updated successfully, but these errors were encountered: