Skip to content

Commit

Permalink
suppress CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla committed Dec 4, 2023
1 parent 4a594bb commit 7b93bfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions owasp-dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -825,4 +825,12 @@
]]></notes>
<cve>CVE-2023-4586</cve>
</suppress>

<!--
~ CVE-2022-46337 applies to configurations using authentication for Derby and is not applicable to Druid. Also, Derby isn't a suggested
~ metadata store for production clusters.
-->
<suppress>
<cve>CVE-2022-46337</cve>
</suppress>
</suppressions>

0 comments on commit 7b93bfe

Please sign in to comment.