Parse and add filtering for the suppression field of SARIF results. The suppression field indicates if a result was suppressed (e.g., in eslint you can add a comment above the code issue to suppress it), and, while it is useful to look at every result during a security audit, filtering out suppressions can be useful as well for developers, for example.
Parse and add filtering for the suppression field of SARIF results. The suppression field indicates if a result was suppressed (e.g., in eslint you can add a comment above the code issue to suppress it), and, while it is useful to look at every result during a security audit, filtering out suppressions can be useful as well for developers, for example.