Skip to content

Commit adb0819

Browse files
committed
release 4.9.1
1 parent 982676f commit adb0819

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

owasp-suppressions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3+
34
<suppress>
45
<filePath regex="true">.*netty-transport-native-kqueue-4\.1\.60\.Final-osx-x86_64\.jar</filePath>
56
<cve>CVE-2022-41915</cve>
@@ -49,6 +50,13 @@
4950
<suppress>
5051
<filePath regex="true">.*jetty-.*-9\.4\.50\.v20221201\.jar</filePath>
5152
<cve>CVE-2023-26048</cve>
53+
<cve>CVE-2023-26049</cve>
54+
</suppress>
55+
56+
<suppress>
57+
<filePath regex="true">.*websocket-.*-9\.4\.50\.v20221201\.jar</filePath>
58+
<cve>CVE-2023-26048</cve>
59+
<cve>CVE-2023-26049</cve>
5260
</suppress>
5361

5462
<suppress>

0 commit comments

Comments
 (0)