We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebbf72 commit 207d898Copy full SHA for 207d898
suppressions.xml
@@ -1,12 +1,3 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3
- <suppress>
4
- <notes><![CDATA[
5
- file name: snakeyaml-1.33.jar
6
- Severity: HIGH
7
- False positive: We are not parsing untrusted user input. Not used directly in this repository.
8
- ]]></notes>
9
- <packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
10
- <cve>CVE-2022-1471</cve>
11
- </suppress>
12
</suppressions>
0 commit comments