fix: Fix comma separating space issue (#6662)

pull/6668/head v0.20.3
Ryan Derr 3 weeks ago committed by GitHub
parent 654116ba02
commit 246bd8af47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -34,13 +34,13 @@ 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
#
# Boundary currently uses this indirectly via the alpine base image for docker.
# Currently there is no base image fix available.
"CVE-2026-41989"
# Boundary currently uses this indirectly via the alpine base image for docker.
# Currently there is no base image fix available.
"CVE-2026-41989",
]
}
}

Loading…
Cancel
Save