safety icon indicating copy to clipboard operation
safety copied to clipboard

Feature: Suppress ignored vulnerabilities

Open andy-maier opened this issue 2 years ago • 0 comments

Description

If vulnerabilities have to be ignored for some reason (e.g. because the fixed version of the dependent package can only be used on a subset of Python versions), the report of the current version of safety still reports them. That lets any newly found vulnerabilities "drown" amongst all the ignored vulnerabilities.

I suggest that a policy file parameter gets introduced that controls whether or not ignored vulnerabilities are included in the report.

andy-maier avatar Mar 09 '23 19:03 andy-maier