Skip to content

Commit 75334d5

Browse files
committed
suppress CVEs
1 parent 1953aa2 commit 75334d5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

owasp-dependency-check-suppressions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@
760760
<cve>CVE-2023-37475</cve> <!-- Suppressing since CVE wrongly linked to apache:avro project - https://github.com/jeremylong/DependencyCheck/issues/5843 -->
761761
<cve>CVE-2023-39410</cve> <!-- This seems to be a legitimate vulnerability. But there is no fix as of yet in Hadoop repo -->
762762
<cve>CVE-2023-44487</cve> <!-- Occurs in the version of Hadoop used by Jetty, but it hasn't been fixed by Hadoop yet-->
763+
<cve>CVE-2023-36478</cve> <!-- Occurs in the version of Hadoop used by Jetty, but it hasn't been fixed by Hadoop yet-->
763764
</suppress>
764765
<suppress>
765766
<!-- from extensions using hadoop-client-api, these dependencies are shaded in the jar -->
@@ -839,4 +840,11 @@
839840
]]></notes>
840841
<cve>CVE-2023-4586</cve>
841842
</suppress>
843+
844+
<suppress>
845+
<notes><![CDATA[
846+
file name: jose4j-0.7.3.jar
847+
]]></notes>
848+
<cve>CVE-2023-31582</cve>
849+
</suppress>
842850
</suppressions>

0 commit comments

Comments
 (0)