Skip to content

Commit c406cf1

Browse files
test suppression
1 parent ef16dcd commit c406cf1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dependency-check/global-suppressions.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,10 @@
125125
<packageUrl regex="true">^pkg:maven/com\.graphql\-java/graphql\-java@19\.11$</packageUrl>
126126
<vulnerabilityName>CVE-2024-40094</vulnerabilityName>
127127
</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>
128134
</suppressions>

0 commit comments

Comments
 (0)