Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FoD: Add support for bulk update of issues/vulnerabilities #669

Open
kadraman opened this issue Jan 15, 2025 · 0 comments
Open

FoD: Add support for bulk update of issues/vulnerabilities #669

kadraman opened this issue Jan 15, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@kadraman
Copy link
Collaborator

kadraman commented Jan 15, 2025

Enhancement Request

A customer has requested the ability to bulk update issues, in particular to set the "auditorStatus" to "Suppressed". This is required because they distribute a list of the issues to a vendor via a CSV/XLS they are marked up by the vendor and they have to manually apply all these changes in the FoD UI.

This should be possible using the /api/v3/releases/{releaseId}/vulnerabilities/bulk-edit API endpoint - although they would really want to do it at the application level or the same issue that exists in all releases - like you can do in the UI.

Maybe this could be an action but we should probably include individual commands as well, e.g.

fcli fod issue bulk-update --release "1234" --issueIds "123,1234" ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant