mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
added suppression rule per issue #838
This commit is contained in:
@@ -657,4 +657,11 @@
|
|||||||
<gav regex="true">^io\.swagger:.*$</gav>
|
<gav regex="true">^io\.swagger:.*$</gav>
|
||||||
<cpe>cpe:/a:sonatype:nexus</cpe>
|
<cpe>cpe:/a:sonatype:nexus</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
|
<suppress base="true">
|
||||||
|
<notes><![CDATA[
|
||||||
|
False positive per issue #838
|
||||||
|
]]></notes>
|
||||||
|
<gav regex="true">^org\.springframework\.boot:.*$</gav>
|
||||||
|
<cpe>cpe:/a:pivotal_software:spring_data_jpa</cpe>
|
||||||
|
</suppress>
|
||||||
</suppressions>
|
</suppressions>
|
||||||
|
|||||||
Reference in New Issue
Block a user