-
Notifications
You must be signed in to change notification settings - Fork 0
/
suppress.xml
39 lines (39 loc) · 1.06 KB
/
suppress.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
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2025-06-01Z">
<notes><![CDATA[
file name: kafka-clients-3.1.0.jar
]]></notes>
<cve>CVE-2022-34917</cve>
<cve>CVE-2023-25194</cve>
<cve>CVE-2024-31141</cve>
</suppress>
<suppress until="2025-06-01Z">
<notes><![CDATA[
file name: http2-common-11.0.24.jar
]]></notes>
<cve>CVE-2024-6763</cve>
</suppress>
<suppress until="2025-06-01Z">
<notes><![CDATA[
file name: http2-server-11.0.24.jar
]]></notes>
<cve>CVE-2024-6763</cve>
</suppress>
<suppress until="2025-06-01Z">
<notes><![CDATA[
file name: jetty-webapp-11.0.19.jar
]]></notes>
<cve>CVE-2024-8184</cve>
<cve>CVE-2024-6763</cve>
</suppress>
<suppress until="2025-06-01Z">
<notes><![CDATA[
file name: snappy-java-1.1.8.4.jar
]]></notes>
<cve>CVE-2023-34455</cve>
<cve>CVE-2023-34454</cve>
<cve>CVE-2023-34453</cve>
<cve>CVE-2023-43642</cve>
</suppress>
</suppressions>