Skip to content

Return individual links to issue for each finding in Pipeline Security

What does this MR do?

Related to #220988 (closed)

Links to issues were duplicated in the Pipeline Security view, because of a small typo in the code (assignment = instead of comparison ==). This MR address this issue and fixes the original problem.

Screenshots

Before

image

After

image

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