1 parent 1b84396 commit cc5fabbCopy full SHA for cc5fabb
1 file changed
dependency-check-suppressions.xml
@@ -1,5 +1,13 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
3
+ <!-- this is actually one of the project artifacts and not a dependency -->
4
+ <suppress>
5
+ <notes><![CDATA[
6
+ file name: sso-with-github.jar
7
+ ]]></notes>
8
+ <filePath regex="true">.*\bsso-with-github\.jar</filePath>
9
+ <cve>CVE-2010-2542</cve>
10
+ </suppress>
11
<!-- no SVG usage -->
12
<suppress>
13
<notes><![CDATA[
0 commit comments