Skip to content

Commit

Permalink
build: remove stale owasp suppressions (#4369)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
ZhangJian He authored May 17, 2024
1 parent c2e8037 commit f8eb7a0
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/owasp-dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<!-- add supressions for known vulnerabilities detected by OWASP Dependency Check -->

<!-- matches BK's http server against apache's http server CVEs -->
<suppress>
<notes><![CDATA[
file name: org.apache.bookkeeper.http:http-server:4.15.0-SNAPSHOT
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.bookkeeper\.http/http\-server@.*$</packageUrl>
<cpe>cpe:/a:apache:http_server</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: org.apache.bookkeeper.http:vertx-http-server:4.15.0-SNAPSHOT
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.bookkeeper\.http/vertx\-http\-server@.*$</packageUrl>
<cve>CVE-2009-1890</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>
Expand Down Expand Up @@ -172,16 +157,6 @@
<cve>CVE-2021-26291</cve>
</suppress>

<suppress>
<notes>fredsmith utils library is not used at all. CVE-2021-4277 is a false positive.</notes>
<cve>CVE-2021-4277</cve>
</suppress>

<suppress>
<notes>yaml_project is not used at all. Any CVEs reported for yaml_project are false positives.</notes>
<cpe>cpe:/a:yaml_project:yaml</cpe>
</suppress>

<suppress>
<notes><![CDATA[
snakeyaml is not "fixing" CVE-2022-1471.
Expand Down

0 comments on commit f8eb7a0

Please sign in to comment.