Skip to content

Commit

Permalink
Suppress DOMPurify
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Sep 20, 2024
1 parent 68420a4 commit 3665dc2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions etc/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<!-- For information see https://jeremylong.github.io/DependencyCheck/general/suppression.html -->

<!--
This CVE is against DOMPurify brought in by javascript in the smallrye UI component.
In 4.x we made this component "provided". We can't do that in 2.x and 3.x due to compatiblity concerns.
Also, this is primarily a developer feature and not intended for a production runtime.
-->

<suppress>
<notes><![CDATA[
file name: smallrye-open-api-ui-2.0.26.jar: swagger-ui-bundle.js
]]></notes>
<packageUrl regex="true">^pkg:javascript/DOMPurify@.*$</packageUrl>
<vulnerabilityName>CVE-2024-45801</vulnerabilityName>
</suppress>

<!-- This CVE is against the etcd server. We ship a Java client -->
<suppress>
<notes><![CDATA[
Expand Down

0 comments on commit 3665dc2

Please sign in to comment.