-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This closes #642
- Loading branch information
Showing
2 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
<suppress> | ||
<notes><![CDATA[ | ||
https://nvd.nist.gov/vuln/detail/CVE-2020-8022 marks it as vulnerable as it has version ranges without a lower bound for both tomcat 8 and 9. | ||
Reported at https://github.com/jeremylong/DependencyCheck/issues/3661. | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat/tomcat\-jasper\-el@.*$</packageUrl> | ||
<cve>CVE-2020-8022</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: tomcat-jasper-el-10.0.21.jar | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat/tomcat\-jasper\-el@.*$</packageUrl> | ||
<cve>CVE-2020-8022</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: tomcat-jasper-el-10.0.21.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat/tomcat\-jasper\-el@.*$</packageUrl> | ||
<cve>CVE-2022-34305</cve><!-- only affects examples web app (https://lists.apache.org/thread/k04zk0nq6w57m72w5gb0r6z9ryhmvr4k) --> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: snakeyaml-1.32.jar, 1.32 has the CVE issue fixed, reported at https://github.com/jeremylong/DependencyCheck/issues/4839 | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat/tomcat\-jasper\-el@.*$</packageUrl> | ||
<cve>CVE-2022-34305</cve><!-- only affects examples web app (https://lists.apache.org/thread/k04zk0nq6w57m72w5gb0r6z9ryhmvr4k) --> | ||
</suppress> | ||
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl> | ||
<vulnerabilityName>CVE-2022-38752</vulnerabilityName> | ||
</suppress> | ||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters