Skip to content

Error in documentation "Suppressing False Positives" #8076

@eballetbaz

Description

@eballetbaz

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 .*.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions