Skip to content

Remove safe navigation operator from Vulnerability description

What does this MR do?

Related to #282413 (closed)

This change removes unneeded safe navigation operator from Vulnerability description template. During the investigation we have found the problem with rendering information about scanner and scan. Both attributes were not part of Vulnerability and it was never rendered. This MR fixes that issue and removes safe navigation operator from templates.

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