Skip to content

Add `links` and `message` field to VulnerabilityType

What does this MR do and why?

This MR introduces two new fields for the VulnerabilityType;

  1. message represents the short description of the vulnerability(the name has been chosen as message to keep it the same as the existing RESTish API).
  2. links represents the list of external URLs reported by the scanner.

Related to #320860 (closed).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Mehmet Emin INAC

Merge request reports