Skip to content

Commit 065844a

Browse files
committed
add suppression for CVE-2024-6763
1 parent 33fb001 commit 065844a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

owasp-suppressions.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3+
<suppress>
4+
<cve>CVE-2024-6763</cve>
5+
</suppress>
6+
</suppressions>

0 commit comments

Comments
 (0)