mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
Closes #664
This commit is contained in:
@@ -490,7 +490,6 @@
|
||||
<gav regex="true">^org\.springframework:spring-context:.*$</gav>
|
||||
<cpe>cpe:/a:context_project:context</cpe>
|
||||
</suppress>
|
||||
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Node.js false positives per issues #512 and #510
|
||||
@@ -501,4 +500,11 @@
|
||||
<cpe>cpe:/a:shim:shim</cpe>
|
||||
<cpe>cpe:/a:shim_project:shim</cpe>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user