Skip to content

Expose external issue links to vulnerabilities if any

What does this MR do and why?

This MR exposes external issue links on Vulnerability models if present

Related to #435102 (closed)

Database review

SELECT "vulnerability_external_issue_links".* FROM "vulnerability_external_issue_links" WHERE "vulnerability_external_issue_links"."vulnerability_id" IN (568, 565, 564, 560, 718, 713, 711, 670, 643, 640, 637, 626, 731, 730, 729, 728, 727, 563, 600, 607);

Query plan: https://console.postgres.ai/gitlab/gitlab-production-tunnel-pg12/sessions/26917/commands/83828

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Michał Zając

Merge request reports