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).
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:
It we be very beneficial for users to implement this.
The command invocation would be something like:
The code will need to be updated to require EITHER
--include-allor--vuln-ids(mutually exclusive but one required).