Skip to content

Commit 62acc2b

Browse files
committed
[fix][sec] Add OWASP Dependency Check suppressions (#21281)
(cherry picked from commit 1bf7371) # Conflicts: # src/owasp-dependency-check-suppressions.xml
1 parent dae4e01 commit 62acc2b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/owasp-dependency-check-suppressions.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,4 +404,16 @@
404404
<cve>CVE-2020-8908</cve>
405405
</suppress>
406406

407+
<suppress>
408+
<notes><![CDATA[
409+
This is a false positive in avro-protobuf. The vulnerability is in Hamba avro golang library.
410+
]]></notes>
411+
<cve>CVE-2023-37475</cve>
412+
</suppress>
413+
<suppress>
414+
<notes><![CDATA[
415+
This CVE can be suppressed since it is covered in Pulsar by hostname verification changes made in https://github.com/apache/pulsar/pull/15824.
416+
]]></notes>
417+
<cve>CVE-2023-4586</cve>
418+
</suppress>
407419
</suppressions>

0 commit comments

Comments
 (0)