-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Current Behavior
When executing the fcli fod issue update command to update a vulnerability's auditor status, the command returns an HTTP 500 Internal Server Error with no response body from the FoD API.Command executed:
`fcli fod issue update --release 1665629 --user vdeng --vuln-ids e93ea046-8ec8-4e4a-bae2-b695e9642f22 --auditor-status NotAnIssue
**Error received:**
com.fortify.cli.common.rest.unirest.UnexpectedHttpResponseException:
Request: POST https://api.ams.fortify.com/api/v3/releases/1665629/vulnerabilities/bulk-edit:
Reason: HTTP 500 Internal Server Error
Body: `
The command fails to update the vulnerability auditor status and returns a 500 error from the FoD API endpoint.
Expected Behavior
The command should successfully update the vulnerability's auditor status to "NotAnIssue" and return a confirmation of the update without errors. The FoD API should process the bulk-edit request and return a successful response (HTTP 200/201).
Steps To Reproduce
- Authenticate with FoD using fcli fod session login
- Execute the following command:
fcli fod issue update --release 1665629 --user vdeng --vuln-ids e93ea046-8ec8-4e4a-bae2-b695e9642f22 --auditor-status NotAnIssue --log-level=DEBUG --log-file=fcli.log - Observe the HTTP 500 error response
Environment
OS: Windows 11
FoD: ams.fortify.com
fcli: 3.14.2Anything else?
No response