gcc: ignore CVE-2023-4039

Last version bump removed patch for this CVE because it was integrated
in new release. This has caused the CVE to reappear in reports because
2023-09-12 is "higher" than 11.5...

(From OE-Core rev: d74fd7c4e9353fc00f0b79f05de101efb0148a6f)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Peter Marko
2024-10-13 14:56:42 +02:00
committed by Steve Sakoman
parent 7e87dc422d
commit 87ebb58a64

View File

@@ -121,3 +121,6 @@ EXTRA_OECONF_PATHS = "\
# Is a binutils 2.26 issue, not gcc
CVE_CHECK_IGNORE += "CVE-2021-37322"
# This is fixed by commit 75c37e0314, nvd uses arm versioning (2023-09-12) which will alway be higher than 11.x
CVE_CHECK_IGNORE += "CVE-2023-4039"