Skip to content

Commit 3c79c8c

Browse files
committed
Fix CI
1 parent c7ad332 commit 3c79c8c

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

.nvd-suppressions.xml

+49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd">
3+
<suppress>
4+
<notes><![CDATA[
5+
file name: simple-xml-2.7.1.jar
6+
]]></notes>
7+
<sha1>dd91fb744c2ff921407475cb29a1e3fee397d411</sha1>
8+
<cve>CVE-2017-1000190</cve>
9+
</suppress>
10+
<suppress>
11+
<notes><![CDATA[
12+
file name: guava-19.0.jar
13+
]]></notes>
14+
<sha1>6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9</sha1>
15+
<cve>CVE-2018-10237</cve>
16+
</suppress>
17+
<suppress>
18+
<notes><![CDATA[
19+
file name: guava-19.0.jar
20+
]]></notes>
21+
<sha1>6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9</sha1>
22+
<cve>CVE-2020-8908</cve>
23+
</suppress>
24+
<suppress>
25+
<notes><![CDATA[
26+
file name: lang-tag-1.5.jar
27+
]]></notes>
28+
<sha1>7e82e3c4c593f85addf4bd209abde4f8ff933a07</sha1>
29+
<cve>CVE-2020-29242</cve>
30+
</suppress>
31+
<suppress>
32+
<notes><![CDATA[
33+
file name: lang-tag-1.5.jar
34+
]]></notes>
35+
<sha1>7e82e3c4c593f85addf4bd209abde4f8ff933a07</sha1>
36+
<cve>CVE-2020-29243</cve>
37+
</suppress>
38+
<suppress>
39+
<notes><![CDATA[
40+
file name: lang-tag-1.5.jar
41+
]]></notes>
42+
<sha1>7e82e3c4c593f85addf4bd209abde4f8ff933a07</sha1>
43+
<cve>CVE-2020-29244</cve>
44+
</suppress>
45+
<suppress>
46+
<notes><![CDATA[
47+
file name: lang-tag-1.5.jar
48+
]]></notes>
49+
<sha1>7e82e3c4c593f85addf4bd209abde4f8ff933a07</sha1>
50+
<cve>CVE-2020-29245</cve>
51+
</suppress>
352
</suppressions>

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,13 @@
9696
<plugin>
9797
<groupId>org.owasp</groupId>
9898
<artifactId>dependency-check-maven</artifactId>
99-
<version>6.0.3</version>
99+
<version>6.1.6</version>
100100
<configuration>
101101
<failBuildOnCVSS>7</failBuildOnCVSS>
102102
<suppressionFiles>
103103
<suppressionFile>.nvd-suppressions.xml</suppressionFile>
104104
</suppressionFiles>
105+
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
105106
</configuration>
106107
<executions>
107108
<execution>

0 commit comments

Comments
 (0)