Skip to content

Instantly share code, notes, and snippets.

@tvdinh
Created August 24, 2018 07:03
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 tvdinh/1852d3a65d278f8bf59c1a9a07519dce to your computer and use it in GitHub Desktop.
Save tvdinh/1852d3a65d278f8bf59c1a9a07519dce 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.1.xsd">
<suppress>
<notes><![CDATA[
file name: spring-boot-2.0.0.RELEASE.jar
]]></notes>
<gav regex="true">^org\.springframework\.boot:spring-boot:.*$</gav>
<cpe>cpe:/a:pivotal_software:spring_boot</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: spring-core-5.0.4.RELEASE.jar
]]></notes>
<gav regex="true">^org\.springframework:spring-core:.*$</gav>
<cpe>cpe:/a:pivotal:spring_framework</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: spring-core-5.0.4.RELEASE.jar
]]></notes>
<gav regex="true">^org\.springframework:spring-core:.*$</gav>
<cpe>cpe:/a:pivotal_software:spring_framework</cpe>
</suppress>
</suppressions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment