We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a4dd9 commit c38ea11Copy full SHA for c38ea11
src/site/markdown/general/suppression.md
@@ -82,7 +82,7 @@ HTML version of the report. The other common scenario would be to ignore all CVE
82
This suppresses false positives identified on spring security.
83
]]></notes>
84
<gav regex="true">org\.springframework\.security:spring.*</gav>
85
- <vulnerabilityName regex="true"></vulnerabilityName>
+ <vulnerabilityName regex="true">.*</vulnerabilityName>
86
</suppress>
87
<suppress until="2020-01-01Z">
88
<notes><![CDATA[
0 commit comments