Skip to content

Commit

Permalink
update suppressions for 09-25-2024 vulnerability report (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
natedanner authored Oct 1, 2024
1 parent b504a34 commit 9fc0b6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2024-11-25Z">
<notes><![CDATA[
file name: rewrite-testing-frameworks-2.20.0-SNAPSHOT.jar: wiremock-jre8-2.35.0.jar: swagger-ui-bundle.js
false positive: js library that is shipped as part of this jar
]]></notes>
<packageUrl regex="true">^pkg:javascript/DOMPurify@.*$</packageUrl>
<vulnerabilityName>CVE-2024-45801</vulnerabilityName>
</suppress>
</suppressions>

0 comments on commit 9fc0b6f

Please sign in to comment.