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 ef16dcd commit c406cf1Copy full SHA for c406cf1
dependency-check/global-suppressions.xml
@@ -125,4 +125,10 @@
125
<packageUrl regex="true">^pkg:maven/com\.graphql\-java/graphql\-java@19\.11$</packageUrl>
126
<vulnerabilityName>CVE-2024-40094</vulnerabilityName>
127
</suppress>
128
+ <suppress until="2025-01-31Z">
129
+ <packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty\[email protected]$
130
+ </packageUrl>
131
+ <vulnerabilityName>CVE-2024-6763</vulnerabilityName>
132
+ <vulnerabilityName>CVE-2024-8184</vulnerabilityName>
133
+ </suppress>
134
</suppressions>
0 commit comments