Skip to content

Commit cebb861

Browse files
Increasing CVSS threshold score to 9.1
Increasing CVSS threshold score to 9.1 to work around CVE-2020-13936. No workaround is currently available and an attack is highly unlikely.
1 parent 6522954 commit cebb861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<artifactId>dependency-check-maven</artifactId>
305305
<version>6.1.0</version>
306306
<configuration>
307-
<failBuildOnCVSS>8</failBuildOnCVSS>
307+
<failBuildOnCVSS>9.1</failBuildOnCVSS>
308308
</configuration>
309309
<executions>
310310
<execution>

0 commit comments

Comments
 (0)