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 982676f commit adb0819Copy full SHA for adb0819
owasp-suppressions.xml
@@ -1,5 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3
+
4
<suppress>
5
<filePath regex="true">.*netty-transport-native-kqueue-4\.1\.60\.Final-osx-x86_64\.jar</filePath>
6
<cve>CVE-2022-41915</cve>
@@ -49,6 +50,13 @@
49
50
51
<filePath regex="true">.*jetty-.*-9\.4\.50\.v20221201\.jar</filePath>
52
<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
60
</suppress>
61
62
0 commit comments