-
Notifications
You must be signed in to change notification settings - Fork 10
/
allow-list.xml
42 lines (42 loc) · 1.34 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
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
Already latest version, to fix later
]]></notes>
<gav>com.h2database:h2:2.1.214</gav>
<cve>CVE-2022-45868</cve>
<cve>CVE-2018-14335</cve>
</suppress>
<suppress>
<notes><![CDATA[
From SpringBoot bom dependency
]]></notes>
<gav>com.jayway.jsonpath:json-path:2.8.0</gav>
<cve>CVE-2023-51074</cve>
</suppress>
<suppress>
<notes><![CDATA[
From checkstyle plugin dependency
]]></notes>
<gav>org.codehaus.plexus:plexus-classworlds:2.6.0</gav>
<cve>CVE-2022-4244</cve>
<cve>CVE-2022-4245</cve>
</suppress>
<suppress>
<notes><![CDATA[
From checkstyle plugin dependency
]]></notes>
<gav>org.codehaus.plexus:plexus-component-annotations:2.1.0</gav>
<cve>CVE-2022-4244</cve>
<cve>CVE-2022-4245</cve>
</suppress>
<suppress>
<notes><![CDATA[
From checkstyle plugin dependency
]]></notes>
<gav>org.codehaus.plexus:plexus-container-default:2.1.0</gav>
<cve>CVE-2022-4244</cve>
<cve>CVE-2022-4245</cve>
</suppress>
</suppressions>