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
pull/6667/head v0.19.5
Bharath Gajjala 4 weeks ago committed by GitHub
parent e449bb5301
commit 95ea37aab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
#

Loading…
Cancel
Save