We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93a2c90 + 56e25a8 commit 0b9e653Copy full SHA for 0b9e653
project-files/owasp-dependency-check/dependency-check-suppression.xml
@@ -101,4 +101,12 @@
101
<cve>CVE-2022-23221</cve>
102
<cwe>94</cwe>
103
</suppress>
104
+ <suppress>
105
+ <notes><![CDATA[
106
+ file name: commons-io-1.3.2.jar
107
+ reason: We do not use the vulnerable function (FileNameUtils.normalize)
108
+ ]]></notes>
109
+ <packageUrl regex="true">^pkg:maven/commons-io/commons-io@.*$</packageUrl>
110
+ <cve>CVE-2021-29425</cve>
111
+ </suppress>
112
</suppressions>
0 commit comments