Skip to content

Add ability to bulk update vulnerabilities

Savas Vedova requested to merge 292636-bulk-update-status-vulns into master

What does this MR do?

As of today, it's possible to select and bulk dismiss vulnerabilities. With this MR we're extending the functionality to allow bulk updating the status of selected vulnerabilities. This MR is not the complete feature, it just adds the ability to bulk select the vulnerabilities and update them.

More MRs will follow (in order to keep this one tiny):

  • Add a modal confirmation when user hits "Change status"
  • Add a reason box so that user can leave a comment for the update status

Screenshots (strongly suggested)

success state error state
bulk-update-state bulk-update-error-state

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #292636 (closed)

Merge request reports