mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 10:01:35 +01:00
Closes #664
This commit is contained in:
@@ -490,7 +490,6 @@
|
|||||||
<gav regex="true">^org\.springframework:spring-context:.*$</gav>
|
<gav regex="true">^org\.springframework:spring-context:.*$</gav>
|
||||||
<cpe>cpe:/a:context_project:context</cpe>
|
<cpe>cpe:/a:context_project:context</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
|
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
Node.js false positives per issues #512 and #510
|
Node.js false positives per issues #512 and #510
|
||||||
@@ -501,4 +500,11 @@
|
|||||||
<cpe>cpe:/a:shim:shim</cpe>
|
<cpe>cpe:/a:shim:shim</cpe>
|
||||||
<cpe>cpe:/a:shim_project:shim</cpe>
|
<cpe>cpe:/a:shim_project:shim</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
|
<suppress base="true">
|
||||||
|
<notes><![CDATA[
|
||||||
|
False positive suppression per issue #664 for JJWT - A Java and Android JSON Web Token library
|
||||||
|
]]></notes>
|
||||||
|
<gav regex="true">^io\.jsonwebtoken:jjwt:.*$</gav>
|
||||||
|
<cpe>cpe:/a:sonatype:nexus</cpe>
|
||||||
|
</suppress>
|
||||||
</suppressions>
|
</suppressions>
|
||||||
|
|||||||
Reference in New Issue
Block a user