mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/busybox: re-introduce IGNORE_CVES for CVE-2023-42366
The patch `0008-awk.c-fix-CVE-2023-42366-bug-15874.patch` was introduced in [1]. The IGNORE_CVES entry was removed while the patch is still present in [2]. Re-introduce this IGNORE_CVES entry. [1]75c594d446package/busybox: fix pending CVEs [2]f88537c46bpackage/busybox: drop stale IGNORE_CVES entries Signed-off-by: Thomas Perale <thomas.perale@mind.be> (alternative to commit092abbe035) Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
committed by
Titouan Christophe
parent
8487fd20f1
commit
a0ac981143
@@ -15,6 +15,10 @@ BUSYBOX_CPE_ID_VENDOR = busybox
|
||||
# 0004-nslookup-sanitize-all-printed-strings-with-printable.patch
|
||||
BUSYBOX_IGNORE_CVES += CVE-2022-28391
|
||||
|
||||
# This is not stale just wrong NVD entry.
|
||||
# 0008-awk.c-fix-CVE-2023-42366-bug-15874.patch
|
||||
BUSYBOX_IGNORE_CVES += CVE-2023-42366
|
||||
|
||||
# 0012-archival-libarchive-sanitize-filenames-on-output.patch
|
||||
# 0013-testsuite-tar-tests-fix-test-after-cve-2025-46394.patch
|
||||
BUSYBOX_IGNORE_CVES += CVE-2025-46394
|
||||
|
||||
Reference in New Issue
Block a user