Add some (optional) warning about unused ignored vulnerabilities #4324
Replies: 5 comments 3 replies
-
if you add the
does this address your use case? |
Beta Was this translation helpful? Give feedback.
-
Hi @itaysk, Unfortunately I don't think the debug logs will tell me which of the ignored CVE is actually not needed anymore. Sometimes I ignore CVEs, then at a later time upgrade some dependency that fixes the CVE, and at the time I would like trivy to tell me "you ignored this cve, but your software is not impacted by it anymore, you can unignore it". I hope I correctly understood what you were suggesting though, thanks! |
Beta Was this translation helpful? Give feedback.
-
thanks for clarifying. yes Trivy doesn't do this, and there are currently no plans to add something like that |
Beta Was this translation helpful? Give feedback.
-
This would be a nice feature though, anyway we could rethink this ? |
Beta Was this translation helpful? Give feedback.
-
We added special table to show ignored vulnerabilities - #6084. |
Beta Was this translation helpful? Give feedback.
-
When working on a software that can have many vulnerabilities ignored (e.g., because of unused os libraries), it can be useful for cleanup to have a way to know which vulnerabilities in the ignore list are actually not applicable :)
It could for example be warnings on the standard output
Beta Was this translation helpful? Give feedback.
All reactions