From bac025c86c22097837fe1fcf95573b688ea916b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:43:34 +0200 Subject: [PATCH] backport of commit bef9a97ee266e317607a207e419d5af929fd1f0a (#38333) Co-authored-by: Samsondeen Dare --- .release/security-scan.hcl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 22bc7c2e7a..0b93ef3f7d 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -16,7 +16,11 @@ binary { triage { suppress { vulnerabilities = [ - "GHSA-p77j-4mvh-x3m3" + // These vulnerabilities all point to the same issue. + // https://test.osv.dev/vulnerability/GO-2026-4762 + "GHSA-p77j-4mvh-x3m3", + "GO-2026-4762", + "CVE-2026-33186", ] } }