Skip to content

Commit

Permalink
Suppression for smallrye-open-api-ui (#9269)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored Sep 20, 2024
1 parent eabcf7a commit 1091f13
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions etc/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
<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 use the Java client
-->
<suppress>
Expand Down

0 comments on commit 1091f13

Please sign in to comment.