Skip to content

Commit c38ea11

Browse files
authored
docs: fix #8076 - Error in documentation "Suppressing False Positives" (#8077)
1 parent 60a4dd9 commit c38ea11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/markdown/general/suppression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ HTML version of the report. The other common scenario would be to ignore all CVE
8282
This suppresses false positives identified on spring security.
8383
]]></notes>
8484
<gav regex="true">org\.springframework\.security:spring.*</gav>
85-
<vulnerabilityName regex="true"></vulnerabilityName>
85+
<vulnerabilityName regex="true">.*</vulnerabilityName>
8686
</suppress>
8787
<suppress until="2020-01-01Z">
8888
<notes><![CDATA[

0 commit comments

Comments
 (0)