Skip to content

Resolution summary is not used when creating issue from vulnerability

Summary

  1. Go to Security & Compliance -> Vulnerability List
  2. Select a vulnerability which is known to have a remediation
  3. Press Create issue button on the top right.
  4. The following issue is created: image

Example Project

You can use security-reports in your local GDK to quickly get some Vulnerabilities.

Note: You will need to turn on the first_class_vulnerabilities feature flag on your GDK

What is the current bug behavior?

The created issue uses solution attribute instead of the remediations.first['summary'].

What is the expected correct behavior?

remediations.first['summary'] should be used if present.