Skip to content

Instantly share code, notes, and snippets.

@stepio
Last active July 5, 2019 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stepio/2616596b7c5a4a88b7ba324c97ea21b0 to your computer and use it in GitHub Desktop.
Save stepio/2616596b7c5a4a88b7ba324c97ea21b0 to your computer and use it in GitHub Desktop.
<?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