]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
systemd: ignore CVEs which reappeared after upgrade to 250.14
authorPeter Marko <peter.marko@siemens.com>
Thu, 10 Apr 2025 17:28:34 +0000 (19:28 +0200)
committerSteve Sakoman <steve@sakoman.com>
Fri, 11 Apr 2025 15:39:15 +0000 (08:39 -0700)
Upgrade from 250.5 to 250.14 removed patches for these CVEs because they
were interated in the new version.
However NVD DB does not contain information about these backports to
v250 branch, so they need to be ignored.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/systemd/systemd.inc

index 86ae4793c34d8f067e6d5811a6a965804ef3885b..70ba1d1f77bf5b35f202d3dc61bd647d91018df7 100644 (file)
@@ -19,3 +19,6 @@ SRCBRANCH = "v250-stable"
 SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"
+
+# cpe-stable-backport: patches were backported to v250 stable branch
+CVE_CHECK_IGNORE += "CVE-2022-3821 CVE-2022-4415 CVE-2022-45873"