Created
August 24, 2018 07:03
-
-
Save tvdinh/1852d3a65d278f8bf59c1a9a07519dce to your computer and use it in GitHub Desktop.
This file contains 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.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