Skip to content

Commit

Permalink
[fix][build] Resolve OWASP Dependency Check false positives (#19120)
Browse files Browse the repository at this point in the history
(cherry picked from commit f912fb3)
  • Loading branch information
lhotari committed Jan 2, 2023
1 parent 99e11f8 commit 4ac2419
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/owasp-dependency-check-false-positives.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
</notes>
<cpe>cpe:/a:apache:http_server</cpe>
</suppress>
<suppress>
<notes>
apache:apache_http_server is not used.
</notes>
<cpe>cpe:/a:apache:apache_http_server</cpe>
</suppress>
<suppress>
<notes>pulsar-zookeeper-utils gets mixed with zookeeper.</notes>
<gav regex="true">org\.apache\.pulsar:.*</gav>
Expand Down Expand Up @@ -59,4 +65,9 @@
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-tcnative\-classes@.*$</packageUrl>
<cpe>cpe:/a:netty:netty</cpe>
</suppress>

<suppress>
<notes>commons-net is not used at all and therefore commons-net vulnerability CVE-2021-37533 is a false positive.</notes>
<cve>CVE-2021-37533</cve>
</suppress>
</suppressions>

0 comments on commit 4ac2419

Please sign in to comment.