Skip to content

Commit

Permalink
% supress some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Feb 23, 2024
1 parent 4db7bae commit 478a4c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions owasp-suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<packageUrl regex="true">^pkg:maven/org.apache.commons/[email protected]$</packageUrl>
<cve>CVE-2024-25710</cve>
<cve>CVE-2024-26308</cve>
</suppress>
</suppressions>

0 comments on commit 478a4c0

Please sign in to comment.