Skip to content

fcli fod issue update add --include-all option to update all issues for a release #989

@kadraman

Description

@kadraman

Enhancement Request

FoD 26.2 introduced a new option in the API for updating all the vulnerabilities for a release without having to specify the individual vulnerability ids:

PostVulnerabilityBulkEditRequest {
...
includeAllVulnerabilities (boolean, optional): Include all vulnerabilities for the release ,
...
}

It we be very beneficial for users to implement this.

The command invocation would be something like:

fcli fod issue update --release "My App:My Rel" --include-all --auditor-status "Remediation Required"

The code will need to be updated to require EITHER --include-all or --vuln-ids (mutually exclusive but one required).

Metadata

Metadata

Assignees

Labels

effort:lowEasy to implement/fixenhancementNew feature or requestfcli-fodIssue related to 'fcli fod' commandsprio:highHigh priority; important new feature or bug fix

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions