-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to latest error prone to remove [email protected] vulnerabi…
…lity (#613)
- Loading branch information
1 parent
cb2af2c
commit 058d2ff
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |