From 95ea37aab9bbc7be108510cf764bcb82f214c634 Mon Sep 17 00:00:00 2001 From: Bharath Gajjala <120367134+bgajjala8@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:18:27 -0500 Subject: [PATCH] fix: Fix comma separating space issue (#6663) * chore(security): Add CVE-2026-41989 to the list of suppressed vulnerabilities in security scan * fix: Fix comma separating space issue * Removing trailing comma --- .release/security-scan.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index d8cfa41ac6..e47ad776df 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -34,7 +34,7 @@ container { # iputils@20240905-r0 https://nvd.nist.gov/vuln/detail/CVE-2025-48964 # # Boundary does not utilize ping in iputils. - "CVE-2025-48964" + "CVE-2025-48964", # libgcrypt@1.10.3-r1 https://nvd.nist.gov/vuln/detail/CVE-2026-41989 #