Skip to content

Commit

Permalink
[owasp] suppress false positive Avro CVE-2021-43045 apache#13764
Browse files Browse the repository at this point in the history
(cherry picked from commit 7769eb6)
  • Loading branch information
nicoloboschi committed Jan 14, 2022
1 parent 918b666 commit e562496
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/owasp-dependency-check-false-positives.xml
Expand Up @@ -47,6 +47,11 @@
<gav regex="true">org\.apache\.avro:.*</gav>
<cve>CVE-2019-17195</cve>
</suppress>
<suppress>
<notes>CVE-2021-43045 affects only .NET distro, see https://github.com/apache/avro/pull/1357</notes>
<gav regex="true">org\.apache\.avro:.*</gav>
<cve>CVE-2021-43045</cve>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per #3889
Expand Down

0 comments on commit e562496

Please sign in to comment.