forked from finos/symphony-bdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathallow-list.xml
49 lines (49 loc) · 1.67 KB
/
allow-list.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
Testing false positive, transitive dependency from mockserver-netty
]]></notes>
<gav>org.apache.commons:commons-text:1.9</gav>
<cve>CVE-2022-42889</cve>
</suppress>
<suppress>
<notes><![CDATA[
No fix available
]]></notes>
<gav>org.yaml:snakeyaml:1.30</gav>
<cve>CVE-2022-25857</cve>
<cve>CVE-2022-38751</cve>
<cve>CVE-2022-38749</cve>
<cve>CVE-2022-38752</cve>
<cve>CVE-2022-41854</cve>
<cve>CVE-2022-38750</cve>
<cve>CVE-2022-1471</cve>
</suppress>
<suppress>
<notes><![CDATA[
No fix available
]]></notes>
<gav>org.yaml:snakeyaml:1.31</gav>
<cve>CVE-2022-38751</cve>
<cve>CVE-2022-38752</cve>
<cve>CVE-2022-41854</cve>
<cve>CVE-2022-1471</cve>
</suppress>
<suppress>
<notes><![CDATA[
Testing false positives by suppressing a CVE
https://github.com/jeremylong/DependencyCheck/issues/4528 (Do not use deprecated method)
]]></notes>
<gav>org.springframework.security:spring-security-crypto:5.7.5</gav>
<cve>CVE-2020-5408</cve>
</suppress>
<suppress>
<notes><![CDATA[
Testing false positives by suppressing a CVE
https://github.com/spring-projects/spring-framework/issues/24434 (Do not expose HttpInvoker)
]]></notes>
<gav>org.springframework:spring-web:5.3.24</gav>
<cve>CVE-2016-1000027</cve>
</suppress>
</suppressions>