Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpatched vulnerabilities are still printed with "suppressed" #214

Open
jacopolanzonidev opened this issue Feb 17, 2023 · 3 comments
Open

Comments

@jacopolanzonidev
Copy link

I've noticed that unpatched vulnerabilities are still printed out with "suppressed".

I am running the action with the following config:

          only-fixed: true
          output-format: table
          severity-cutoff: high

Yet, the output is as follows:

NAME                INSTALLED  FIXED-IN  TYPE  VULNERABILITY        SEVERITY              
apollo-server-core  3.10.2     3.11.0    npm   GHSA-8r69-3cvp-wxc3  Medium                 
archiver            5.3.0                npm   CVE-2006-1611        Medium (suppressed)    
archiver            5.3.0                npm   CVE-2018-25046       Critical (suppressed)  
archiver            5.3.0                npm   CVE-2019-10743       Medium (suppressed)    
...

I expected

NAME                INSTALLED  FIXED-IN  TYPE  VULNERABILITY        SEVERITY              
apollo-server-core  3.10.2     3.11.0    npm   GHSA-8r69-3cvp-wxc3  Medium                 
...
@AGandhiCraniUS
Copy link

Refer to this: Anchore Grype

@kzantow
Copy link
Contributor

kzantow commented Apr 27, 2023

This definitely looks like a problem. I think we have a bit of work to do in order to better handle a bunch of different flag combinations, but we'll add this to the backlog.

@kzantow
Copy link
Contributor

kzantow commented Apr 27, 2023

Developer Note: there is a --show-suppressed flag that potentially is not wired up properly, for whoever looks at this in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

3 participants