-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add ability to select affected products for analysis data propagation #201
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
This PR introduces a new "Propagate analysis to products:" section in the "Vulnerability analysis" modal. When checked, all the Analysis data (status, justification, responses, detail) will be create in the context of that other Product. @DennisClark Let me know your thoughs on the current implementation and how you would like to handle the "update" cases. |
@tdruez Very nice feature, confirmed working in Staging Starship. Regarding updates, I think it might be useful to display the Analysis State of the package vulnerability on each potential target product and let the user decide whether to check that product, and if so proceed with an update. |
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
@DennisClark The "Propagate to product" field is now displayed as a table including the current Analysis values when available. This will help the user to make a conscious decision about propagating to others Product. It provides also a good overview of the current state of a given vulnerability across Products (see also #104) The "select-all" feature is available to propagate to all affected Products. Update when selecting a Product for propagation is now supported. |
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
@tdruez Confirmed the latest improvements in Staging Starship. The updates get propagated properly and the presentation of the related products is very nice. No problems found. |
This is an implementation of #105