Skip to content

Fix broken dismissal descriptions in Vulnerability details view

What does this MR do?

Related to #296855 (closed)

When #296855 (closed) this issue was in verification stage, it was found that (#296855 (comment 540307331)) dismissal descriptions are null in details view. At the time of digging into this bug, in a pairing session with @minac, we found that the actual reason for null descriptions was !56399 (diffs). It was also found that dismissal description will better fit in general fields of vulnerability details compare to be confined with in dismissal feedback. This MR fixes these issues.

Still there is an issue with translation, which will be fixed later.

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

Merge request reports