You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I execute jf audit it shows a critical vulnerability CVE-2023-29827. However, this is not a critical vulnerability, see mde/ejs#720. Other SCA tools like Snyk have already lowered the severity or removed this CVE completely. I want to ignore it when I execute jf audit.
Describe the solution you'd like to see
I want to execute something like jf audit --ignore-cves CVE-2023-29827,CVE-XXXX-YYYYY to ignore specific CVEs during the scan.
Describe alternatives you've considered
Lower the severity of CVE-2023-29827 or remove it completely.
The text was updated successfully, but these errors were encountered:
Thanks for suggesting this feature request @RobinDinkel,
To provide more visibility to this request, and to have it included to the list of JFrog CLI's security related issues, I recommend closing this issue, and reopening it under https://github.com/jfrog/jfrog-cli-security
Is your feature request related to a problem? Please describe.
When I execute
jf audit
it shows a critical vulnerability CVE-2023-29827. However, this is not a critical vulnerability, see mde/ejs#720. Other SCA tools like Snyk have already lowered the severity or removed this CVE completely. I want to ignore it when I executejf audit
.Describe the solution you'd like to see
I want to execute something like
jf audit --ignore-cves CVE-2023-29827,CVE-XXXX-YYYYY
to ignore specific CVEs during the scan.Describe alternatives you've considered
Lower the severity of CVE-2023-29827 or remove it completely.
The text was updated successfully, but these errors were encountered: