-
Notifications
You must be signed in to change notification settings - Fork 23
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
fcli fod issue *
: Add support for issue operations at application level
#596
Comments
The new application level command |
For SSC, we have two It seems a bit weird though to have Ideally, if FoD did provide those endpoints, endpoint request parameters should be mostly the same for both application and release level (as everything operates on vulnerability data), so in that case we could implement a single For the We should probably raise the following FoD enhancement requests:
Until then, we could potentially (partially) implement such functionality within fcli. For example, to list issues at application level, we could simply iterate over all application releases and filter out duplicate issue instance id's. To count issues at release level by severity, we could make a simple call to |
Enhancement Request
Current
fcli fod issue *
commands operate at release level, for example listing all issues for a release. Now that FoD supports API endpoints for managing issues at application level, we should allowfcli fod issue *
commands to operate at application level as well. We'd need to decide whether these become new commands, or whether existing commands would accept either release or application.The text was updated successfully, but these errors were encountered: