Describe the bug
In the documentation "Suppressing False Positives", the sample to select all CVE is wrong
It is documented as:
<vulnerabilityName regex="true"></vulnerabilityName>
but it must be:
<vulnerabilityName regex="true">.*</vulnerabilityName>
I tested with the sample and it was not working until I updated it to use .*.
Describe the bug
In the documentation "Suppressing False Positives", the sample to select all CVE is wrong
It is documented as:
<vulnerabilityName regex="true"></vulnerabilityName>but it must be:
<vulnerabilityName regex="true">.*</vulnerabilityName>I tested with the sample and it was not working until I updated it to use
.*.