Skip to content

Commit 5668c43

Browse files
authored
chore: address vulnerability reports (#195)
1 parent 3b15fd9 commit 5668c43

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

suppressions.xml

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3+
<suppress>
4+
<notes><![CDATA[
5+
file name: spring-aop-5.3.20.jar
6+
sev: CRITICAL
7+
CVE-2016-1000027
8+
False positive. There is no usage of org.springframework.remoting.httpinvoker.*, the spring-aop dependency
9+
is only used for the development and testing of spring migration recipes.
10+
]]></notes>
11+
<gav>org.springframework:spring-aop:5.3.20</gav>
12+
<cve>CVE-2016-1000027</cve>
13+
</suppress>
14+
<suppress>
15+
<notes><![CDATA[
16+
file name: spring-beans-5.3.20.jar
17+
sev: CRITICAL
18+
CVE-2016-1000027
19+
False positive. There is no usage of org.springframework.remoting.httpinvoker.*, the spring-beans dependency
20+
is only used for the development and testing of spring migration recipes.
21+
]]></notes>
22+
<gav>org.springframework:spring-beans:5.3.20</gav>
23+
<cve>CVE-2016-1000027</cve>
24+
</suppress>
25+
<suppress>
26+
<notes><![CDATA[
27+
file name: spring-context-5.3.20.jar
28+
sev: CRITICAL
29+
CVE-2016-1000027
30+
False positive. There is no usage of org.springframework.remoting.httpinvoker.*, the spring-context dependency
31+
is only used for the development and testing of spring migration recipes.
32+
]]></notes>
33+
<gav>org.springframework:spring-context:5.3.20</gav>
34+
<cve>CVE-2016-1000027</cve>
35+
</suppress>
36+
<suppress>
37+
<notes><![CDATA[
38+
file name: spring-core-5.3.20.jar
39+
sev: CRITICAL
40+
CVE-2016-1000027
41+
False positive. There is no usage of org.springframework.remoting.httpinvoker.*, the spring-core dependency
42+
is only used for the development and testing of spring migration recipes.
43+
]]></notes>
44+
<gav>org.springframework:spring-core:5.3.20</gav>
45+
<cve>CVE-2016-1000027</cve>
46+
</suppress>
47+
<suppress>
48+
<notes><![CDATA[
49+
file name: spring-expression-5.3.20.jar
50+
sev: CRITICAL
51+
CVE-2016-1000027
52+
False positive. There is no usage of org.springframework.remoting.httpinvoker.*, the spring-expression dependency
53+
is only used for the development and testing of spring migration recipes.
54+
]]></notes>
55+
<gav>org.springframework:spring-expression:5.3.20</gav>
56+
<cve>CVE-2016-1000027</cve>
57+
</suppress>
58+
<suppress>
59+
<notes><![CDATA[
60+
file name: spring-jcl-5.3.20.jar
61+
sev: CRITICAL
62+
CVE-2016-1000027
63+
False positive. There is no usage of org.springframework.remoting.httpinvoker.*, the spring-jcl dependency
64+
is only used for the development and testing of spring migration recipes.
65+
]]></notes>
66+
<gav>org.springframework:spring-jcl:5.3.20</gav>
67+
<cve>CVE-2016-1000027</cve>
68+
</suppress>
69+
<suppress>
70+
<notes><![CDATA[
71+
file name: spring-web-5.3.20.jar
72+
sev: CRITICAL
73+
CVE-2016-1000027
74+
False positive. There is no usage of org.springframework.remoting.httpinvoker.*, the spring-web dependency
75+
is only used for the development and testing of spring migration recipes.
76+
]]></notes>
77+
<gav>org.springframework:spring-web:5.3.20</gav>
78+
<cve>CVE-2016-1000027</cve>
79+
</suppress>
80+
</suppressions>

0 commit comments

Comments
 (0)