Skip to content

Commit cc5fabb

Browse files
committed
Added artifact sso-with-github.jar
1 parent 1b84396 commit cc5fabb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

dependency-check-suppressions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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>
311
<!-- no SVG usage -->
412
<suppress>
513
<notes><![CDATA[

0 commit comments

Comments
 (0)