We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae4e01 commit 62acc2bCopy full SHA for 62acc2b
1 file changed
src/owasp-dependency-check-suppressions.xml
@@ -404,4 +404,16 @@
404
<cve>CVE-2020-8908</cve>
405
</suppress>
406
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
414
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
417
+ <cve>CVE-2023-4586</cve>
418
419
</suppressions>
0 commit comments