Skip to content

Commit ee87c7d

Browse files
nicoloboschilhotari
authored andcommitted
[owasp] suppress false positive Avro CVE-2021-43045 (#13764)
(cherry picked from commit 2391336)
1 parent 70e533a commit ee87c7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/owasp-dependency-check-false-positives.xml

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
<gav regex="true">org\.apache\.avro:.*</gav>
4848
<cve>CVE-2019-17195</cve>
4949
</suppress>
50+
<suppress>
51+
<notes>CVE-2021-43045 affects only .NET distro, see https://github.com/apache/avro/pull/1357</notes>
52+
<gav regex="true">org\.apache\.avro:.*</gav>
53+
<cve>CVE-2021-43045</cve>
54+
</suppress>
5055
<suppress base="true">
5156
<notes><![CDATA[
5257
FP per #3889

0 commit comments

Comments
 (0)