Skip to content

Commit e85622e

Browse files
lhotarisrinath-ctds
authored andcommitted
[fix][sec] Add OWASP Dependency Check suppressions (apache#21281)
(cherry picked from commit 1bf7371) (cherry picked from commit efc4bf3)
1 parent f25ae0a commit e85622e

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
@@ -457,4 +457,16 @@
457457
]]></notes>
458458
<cve>CVE-2023-35116</cve>
459459
</suppress>
460+
<suppress>
461+
<notes><![CDATA[
462+
This is a false positive in avro-protobuf. The vulnerability is in Hamba avro golang library.
463+
]]></notes>
464+
<cve>CVE-2023-37475</cve>
465+
</suppress>
466+
<suppress>
467+
<notes><![CDATA[
468+
This CVE can be suppressed since it is covered in Pulsar by hostname verification changes made in https://github.com/apache/pulsar/pull/15824.
469+
]]></notes>
470+
<cve>CVE-2023-4586</cve>
471+
</suppress>
460472
</suppressions>

0 commit comments

Comments
 (0)