From a534ba5573fb5a29ea3fccbb895600d84082032d Mon Sep 17 00:00:00 2001 From: Lang Daniel Date: Fri, 9 Sep 2022 09:16:51 +0000 Subject: [PATCH] package/polkit: fix typo in POLKIT_IGNORE_CVES The POLKIT_IGNORE_CVES variable was missing a "S", therefore the CVE still showed up in the wrong column. Signed-off-by: Daniel Lang Signed-off-by: Peter Korsgaard (cherry picked from commit 58e60a32131fec1b363113cae592a45bb1999b05) Signed-off-by: Peter Korsgaard --- package/polkit/polkit.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk index 61666594a2..a8b371acf8 100644 --- a/package/polkit/polkit.mk +++ b/package/polkit/polkit.mk @@ -12,7 +12,7 @@ POLKIT_CPE_ID_VENDOR = polkit_project POLKIT_INSTALL_STAGING = YES # Fix was comitted in a2bf5c9c83b6ae46cbd5c779d3055bff81ded683 -POLKIT_IGNORE_CVE = CVE-2021-4034 +POLKIT_IGNORE_CVES += CVE-2021-4034 POLKIT_DEPENDENCIES = \ duktape libglib2 host-intltool expat $(TARGET_NLS_DEPENDENCIES)