Skip to content

Commit 221ecae

Browse files
fix: update suppression expiration (#94)
1 parent 462fae6 commit 221ecae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

owasp-suppressions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<cpe>cpe:/a:grpc:grpc</cpe>
99
<cpe>cpe:/a:utils_project:utils</cpe>
1010
</suppress>
11-
<suppress until="2024-03-31Z">
11+
<suppress until="2024-05-31Z">
1212
<notes><![CDATA[
1313
This CVE is declared fixed from 9.4.52, but the vuln db is not reflecting that. Suppress that specific version until
1414
db is updated.
@@ -18,4 +18,4 @@
1818
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty\[email protected]\..*$</packageUrl>
1919
<vulnerabilityName>CVE-2023-36479</vulnerabilityName>
2020
</suppress>
21-
</suppressions>
21+
</suppressions>

0 commit comments

Comments
 (0)