We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8485d68 commit 1bf7371Copy full SHA for 1bf7371
1 file changed
src/owasp-dependency-check-suppressions.xml
@@ -457,4 +457,16 @@
457
]]></notes>
458
<cve>CVE-2023-35116</cve>
459
</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
467
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
470
+ <cve>CVE-2023-4586</cve>
471
472
</suppressions>
0 commit comments