Merge pull request #6661 from hashicorp/am-suppress-cve-2026-41989

fix: Add CVE-2026-41989 to the list of suppressed vulnerabilities in security scan
pull/6673/head
April-May 3 weeks ago committed by GitHub
commit a83bf304cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,10 +36,10 @@ container {
# Boundary does not utilize ping in iputils.
"CVE-2025-48964",
# zlib@1.3.1-r2 https://nvd.nist.gov/vuln/detail/CVE-2026-27171
#
# There's no base image fix for this yet.
"CVE-2026-27171"
# libgcrypt@1.10.3-r1 https://nvd.nist.gov/vuln/detail/CVE-2026-41989
#
# There is no fix available in the Alpine Docker image yet.
"CVE-2026-41989"
]
}
}

Loading…
Cancel
Save