You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invocation of method 'getHighestSeverityText' in class org.owasp.dependencycheck.dependency.Vulnerability threw exception java.lang.NullPointerException
#425
Closed
seokjh-aromit opened this issue
Nov 25, 2024
· 4 comments
------------------------------------------------------------
Gradle 7.6.1
------------------------------------------------------------
Build time: 2023-02-24 13:54:42 UTC
Revision: 3905fe8ac072bbd925c70ddbddddf4463341f4b4
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.8 (Azul Systems, Inc. 17.0.8+7-LTS)
OS: Windows 10 10.0 amd64
Today I suddenly got a NullPointerException error while performing 'dependencyCheckAnalyze' .
> Task :dependencyCheckAnalyze FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':dependencyCheckAnalyze'.
> Invocation of method 'getHighestSeverityText' in class org.owasp.dependencycheck.dependency.Vulnerability threw exception java.lang.NullPointerException: Cannot invoke "String.toUpperCase()" because the return value of "org.owasp.dependencycheck.utils.SeverityUtil.unscoredToSeveritytext(String)" is null at templates/htmlReport.vsl[line 795, column 43]
There have been no changes to the plugin version in the past few months, and
there were no problems on the morning of the day the issue occurred.
Is there any advice you can give me?
Thanks
The text was updated successfully, but these errors were encountered:
Plugin Version: 8.2.1 (org.owasp.dependencycheck)
JDK Version: azul/zulu-openjdk 17.0.8
Gradle Version: 7.6.1
Details
Today I suddenly got a NullPointerException error while performing 'dependencyCheckAnalyze' .
There have been no changes to the plugin version in the past few months, and
there were no problems on the morning of the day the issue occurred.
Is there any advice you can give me?
Thanks
The text was updated successfully, but these errors were encountered: