From patchwork Sun Jul 23 17:15:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 27844 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF551C001DE for ; Sun, 23 Jul 2023 17:15:55 +0000 (UTC) Received: from mta-65-226.siemens.flowmailer.net (mta-65-226.siemens.flowmailer.net [185.136.65.226]) by mx.groups.io with SMTP id smtpd.web11.30183.1690132548922592539 for ; Sun, 23 Jul 2023 10:15:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=Aa5lNJYG; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.226, mailfrom: fm-256628-20230723171545d8f726b8d656f6afb2-l5llzz@rts-flowmailer.siemens.com) Received: by mta-65-226.siemens.flowmailer.net with ESMTPSA id 20230723171545d8f726b8d656f6afb2 for ; Sun, 23 Jul 2023 19:15:45 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=xkBK1VuSukMfSkwSb8flijpjqWWV0uxZKKTEDW4RXBQ=; b=Aa5lNJYGyq+N5biREblhoX/uV6mixAzVE3a1kHCGYDwNlg1OzE/NRlfnP53dSXqGnVSwRv AElT95WKGYgVR9Fzww6XqlE6mSn3quEBdmSA9Bxyl4GSXb98iJCwQPX7g9kO7jWEP1h2xWtQ iP1I7LGtbDYbQhZh/7K9nsnysCIsk=; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [OE-core][PATCH] cve-extra-exclusions: fix syntax error Date: Sun, 23 Jul 2023 19:15:01 +0200 Message-Id: <20230723171501.1746309-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 23 Jul 2023 17:15:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/184763 From: Peter Marko CVE_STATUS conversion for CVE-2020-18974 dad a syntax error by not adding continuation backslash. Signed-off-by: Peter Marko --- meta/conf/distro/include/cve-extra-exclusions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/cve-extra-exclusions.inc b/meta/conf/distro/include/cve-extra-exclusions.inc index 61fb08dbeb..9d4422bc0f 100644 --- a/meta/conf/distro/include/cve-extra-exclusions.inc +++ b/meta/conf/distro/include/cve-extra-exclusions.inc @@ -122,6 +122,6 @@ We'll pick up any fix when upstream accepts one." # nasm:nasm-native https://nvd.nist.gov/vuln/detail/CVE-2020-18974 CVE_STATUS[CVE-2020-18974] = "upstream-wontfix: \ -It is a fuzzing related buffer overflow. It is of low impact since most devices -wouldn't expose an assembler. The upstream is inactive and there is little to be +It is a fuzzing related buffer overflow. It is of low impact since most devices \ +wouldn't expose an assembler. The upstream is inactive and there is little to be \ done about the bug, ignore from an OE perspective."