Last active
July 5, 2019 11:15
-
-
Save stepio/2616596b7c5a4a88b7ba324c97ea21b0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd"> | |
<suppress> | |
<notes><![CDATA[FP for spring-security in CVE-2018-1258]]></notes> | |
<gav regex="true">.*spring-security.*</gav> | |
<cve>CVE-2018-1258</cve> | |
</suppress> | |
<suppress> | |
<notes><![CDATA[FP for spring-security-core in CVE-2018-1258]]></notes> | |
<sha1>574d3da85383c09bd5970fe8a3b42756755702bf</sha1> | |
<cve>CVE-2018-1258</cve> | |
</suppress> | |
<suppress> | |
<notes><![CDATA[FP for spring-security-web in CVE-2018-1258]]></notes> | |
<sha1>6183275812460a301a31216e2061afa4929a5f39</sha1> | |
<cve>CVE-2018-1258</cve> | |
</suppress> | |
</suppressions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment