We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead1db2 commit 2cb504fCopy full SHA for 2cb504f
1 file changed
owasp-suppressions.xml
@@ -1,26 +1,3 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3
- <suppress>
4
- <filePath regex="true">.*netty-.*\.jar</filePath>
5
- <cve>CVE-2023-34462</cve>
6
- <cve>CVE-2022-41915</cve>
7
- <cve>CVE-2021-37136</cve>
8
- <cve>CVE-2021-37137</cve>
9
- <cve>CVE-2022-24823</cve>
10
- <cve>CVE-2022-41881</cve>
11
- <cve>CVE-2021-21409</cve>
12
- <cve>CVE-2021-43797</cve>
13
- <cve>CVE-2023-4586</cve>
14
- </suppress>
15
-
16
17
- <filePath regex="true">.*guava-31\.1-jre\.jar</filePath>
18
- <cve>CVE-2020-8908</cve>
19
- <cve>CVE-2023-2976</cve>
20
21
22
23
- <filePath regex="true">.*jetty-.*\.jar</filePath>
24
- <cve>CVE-2023-44487</cve>
25
26
</suppressions>
0 commit comments