Skip to content

Commit

Permalink
Update suppressions.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h authored Dec 15, 2021
1 parent 7f75821 commit 1cd6e79
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions owasp/suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,39 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes>see https://github.com/jeremylong/DependencyCheck/issues/1827></notes>
<cve>CVE-2018-1258</cve>
<notes>see https://github.com/jeremylong/DependencyCheck/issues/1827></notes>
<cve>CVE-2018-1258</cve>
</suppress>
<suppress>
<notes>see https://github.com/jeremylong/DependencyCheck/issues/2952</notes>
<cve>CVE-2011-2732</cve>
<cve>CVE-2011-2731</cve>
<cve>CVE-2012-5055</cve>
<notes>see https://github.com/jeremylong/DependencyCheck/issues/2952</notes>
<cve>CVE-2011-2732</cve>
<cve>CVE-2011-2731</cve>
<cve>CVE-2012-5055</cve>
</suppress>
<suppress>
<notes>see https://tomcat.apache.org/security-9.html#Apache_Tomcat_9.x_vulnerabilities vulnerability is fixed in tomcat 9.0.38</notes>
<cve>CVE-2020-13943</cve>
<notes>see https://tomcat.apache.org/security-9.html#Apache_Tomcat_9.x_vulnerabilities vulnerability is fixed in tomcat 9.0.38</notes>
<cve>CVE-2020-13943</cve>
</suppress>
<suppress>
<!-- spring-boot and spring are excluded from cfenv artifact. Related issues can be omitted. -->
<notes><![CDATA[file name: java-cfenv-boot-2.3.0.jar]]></notes>
<sha1>da214a6f44ee5811c97f3b53a6dda31edf25ac9e</sha1>
<cve>CVE-2016-9878</cve>
<cve>CVE-2018-1270</cve>
<cve>CVE-2018-1271</cve>
<cve>CVE-2018-1272</cve>
<cve>CVE-2020-5421</cve>
<notes>spring-boot and spring are excluded from cfenv artifact. Related issues can be omitted.</notes>
<sha1>da214a6f44ee5811c97f3b53a6dda31edf25ac9e</sha1>
<cve>CVE-2016-9878</cve>
<cve>CVE-2018-1270</cve>
<cve>CVE-2018-1271</cve>
<cve>CVE-2018-1272</cve>
<cve>CVE-2020-5421</cve>
</suppress>
<suppress>
<!-- Vulnerability impacts WebFlux apps only and can be ignored here. -->
<cve>CVE-2021-22118</cve>
<notes>Vulnerability impacts WebFlux apps only and can be ignored here.</notes>
<cve>CVE-2021-22118</cve>
</suppress>
<suppress>
<!-- snakeyaml-1.23-android.jar (pkg:maven/org.yaml/[email protected], cpe:2.3:a:snakeyaml_project:snakeyaml:1.23:*:*:*:*:*:*:*) : CVE-2017-18640 -->
<cve>CVE-2017-18640</cve>
<notes>snakeyaml-1.23-android.jar (pkg:maven/org.yaml/[email protected], cpe:2.3:a:snakeyaml_project:snakeyaml:1.23:*:*:*:*:*:*:*) : CVE-2017-18640</notes>
<cve>CVE-2017-18640</cve>
</suppress>
<suppress>
<!-- tomcat-embed-core-9.0.52.jar : CVE-2020-0822-->
<notes>tomcat-embed-core-9.0.52.jar : CVE-2020-0822</notes>
<cve>CVE-2020-0822</cve>
</suppress>
<suppress>
<notes>H2 is only used for Unit Testing. Version 2.x includes major breaking changes.</notes>
<cve>CVE-2021-23463</cve>
</suppress>
</suppressions>

0 comments on commit 1cd6e79

Please sign in to comment.