From 746ef0c9fbb2a0a807650d2315482f79089c045f Mon Sep 17 00:00:00 2001 From: Ninette Adhikari Date: Mon, 29 Apr 2024 16:51:36 +0200 Subject: [PATCH] procmail: Update status for CVE-1999-0475 Current version 3.22 is not affected by the issue. Affected versions: Up to (excl.) 3.2.1 Signed-off-by: Ninette Adhikari Signed-off-by: Khem Raj (cherry picked from commit 30e6d975e8d7567b40cbdfd22e89bc1a7e1a9c86) Adapted to Kirkstone Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-support/procmail/procmail_3.22.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/procmail/procmail_3.22.bb b/meta-oe/recipes-support/procmail/procmail_3.22.bb index ba268de0a5..2e2735d192 100644 --- a/meta-oe/recipes-support/procmail/procmail_3.22.bb +++ b/meta-oe/recipes-support/procmail/procmail_3.22.bb @@ -43,3 +43,6 @@ do_install() { oe_runmake -i BASENAME=${D}/usr MANDIR=${D}${mandir} install install -m 0644 debian/mailstat.1 ${D}${mandir}/man1 } + +#fixed-version: No action required. The current version (3.22) is not affected by the CVE. +CVE_CHECK_IGNORE += "CVE-1999-0475"