Commit 3c79c8c 1 parent c7ad332 commit 3c79c8c Copy full SHA for 3c79c8c
File tree 2 files changed +51
-1
lines changed
2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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 >
3
52
</suppressions >
Original file line number Diff line number Diff line change 96
96
<plugin >
97
97
<groupId >org.owasp</groupId >
98
98
<artifactId >dependency-check-maven</artifactId >
99
- <version >6.0.3 </version >
99
+ <version >6.1.6 </version >
100
100
<configuration >
101
101
<failBuildOnCVSS >7</failBuildOnCVSS >
102
102
<suppressionFiles >
103
103
<suppressionFile >.nvd-suppressions.xml</suppressionFile >
104
104
</suppressionFiles >
105
+ <assemblyAnalyzerEnabled >false</assemblyAnalyzerEnabled >
105
106
</configuration >
106
107
<executions >
107
108
<execution >
You can’t perform that action at this time.
0 commit comments