-
-
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
Gradle dependencyCheckAggregate task failed #7201
Comments
What version of dependency-check are you using? |
@jeremylong my educated guess for this happening would be a vulnerability that has only CVSSv4 scoring attached to it (or one for which NVD has associated a CPE, but no CVSS score has been associated yet). |
@aikebah good catch - I suppose it is time I put together the PR to actually use the CVSS4v data in the reports... I hate velocity... ;) |
@jeremylong Thank you! In which version can we expect the fix? |
12.0.0. I'll release 11.2.0 this week and do more testing before we release 12.0.0. |
Started getting this exception during gradle build in last 2-3 days only:
Invocation of method getHighestSeverityText in class org.owasp.dependencycheck.dependency.Vulnerability threw exception java.lang.NullPointerException
The text was updated successfully, but these errors were encountered: