Suppressing non-impactful vulnerability warning from CVE (#5995)

* Suppressing non-impactful vulnerability warning from CVE
pull/5996/head
Michael Milton 9 months ago committed by GitHub
parent 90869e787a
commit 91a143b67a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ container {
# busybox@1.37.0-r12 https://nvd.nist.gov/vuln/detail/CVE-2025-46394
#
# Boundary does not shell out to the busybox tar program.
"CVE-2025-46394",
"CVE-2025-46394",
# busybox@1.37.0-r12 https://nvd.nist.gov/vuln/detail/CVE-2024-58251
#
@ -29,7 +29,12 @@ container {
# iputils@20240905-r0 https://nvd.nist.gov/vuln/detail/CVE-2025-47268
#
# Boundary does not utilize ping in iputils.
"CVE-2025-47268"
"CVE-2025-47268",
# iputils@20240905-r0 https://nvd.nist.gov/vuln/detail/CVE-2025-48964
#
# Boundary does not utilize ping in iputils.
"CVE-2025-48964"
]
}
}

Loading…
Cancel
Save