fcli icon indicating copy to clipboard operation
fcli copied to clipboard

FoD: Allow vulnerabilities to be retrieved for a specific application release

Open kadraman opened this issue 3 years ago • 1 comments

Given an existing application release with scan results, create a command that allows vulnerability details to be retrieved.

For example:

fcli fod release vulns -Filters "severityString:Critical|High"

Note: the above uses the API filter directly, maybe we should include some default queryable options and add to the filter, e.g. [--severity Critical --severity High]

kadraman avatar Jan 31 '23 15:01 kadraman

Potential overlap with #85, although we may want to support both approaches.

rsenden avatar Jul 26 '23 11:07 rsenden

This has been implemented as fcli fod issue list.

rsenden avatar May 30 '24 07:05 rsenden