From patchwork Thu Dec 19 20:27:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Marko, Peter" X-Patchwork-Id: 54385 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 BE88DE7718C for ; Thu, 19 Dec 2024 20:28:55 +0000 (UTC) Received: from mta-65-228.siemens.flowmailer.net (mta-65-228.siemens.flowmailer.net [185.136.65.228]) by mx.groups.io with SMTP id smtpd.web11.138142.1734640130525106281 for ; Thu, 19 Dec 2024 12:28:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=medzJPF+; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.228, mailfrom: fm-256628-202412192028480328ec7388a0ba0bec-imhcby@rts-flowmailer.siemens.com) Received: by mta-65-228.siemens.flowmailer.net with ESMTPSA id 202412192028480328ec7388a0ba0bec for ; Thu, 19 Dec 2024 21:28:48 +0100 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:References:In-Reply-To; bh=zckjIG4ArPlEhgmqUritxRmajoxQPfJpF7IrFoWHt70=; b=medzJPF+z3gXkTswooiE8gvocvIeOaGwztMg4fh60xhQg5lEe5oHq70C2XlCtJR+WVn8Mv gqw3X0tVhoDtOrTSu/Gfma7HOIgf2X/ST8FDSzpaRAb7VTPK2K4JgaebgCoSMkW1INwOT8uq iPRG8qSUXeYYE2EIEbJlZKF62ea306ewc6tpKQMQRSqsK8/nJ2cYKKyTOnEaw9Yop8dqqRI+ z7ftGVXMDTwPITiVmebjlkvOGw5gyLJtvE0yTs+OmrzZxQp+QoKEsf0PhPAaNcucgAbKwYjW 1nP1Lzx0lNeG24pHbrDqIEPC8RAQBaPX1X5d40Eud6KwuRx2RJamb/Sw==; From: Peter Marko To: openembedded-devel@lists.openembedded.org Cc: Peter Marko Subject: [meta-oe][PATCH 04/12] spice: ignore CVE-2016-0749 Date: Thu, 19 Dec 2024 21:27:30 +0100 Message-Id: <20241219202738.346121-5-peter.marko@siemens.com> In-Reply-To: <20241219202738.346121-1-peter.marko@siemens.com> References: <20241219202738.346121-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 ; Thu, 19 Dec 2024 20:28:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114405 From: Peter Marko NVD tracks this as version-less CVE for spice. It was fixed by [1] and [2] included in 0.13.2. [1] https://gitlab.freedesktop.org/spice/spice/-/commit/6b32af3e1746988bb5a5123263bcf61b65e5be7e [2] https://gitlab.freedesktop.org/spice/spice/-/commit/359ac42a7ac02dcd1013757559292006647cd5c4 Signed-off-by: Peter Marko --- meta-networking/recipes-support/spice/spice_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index 419316a26e..5e6d8584e3 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb @@ -21,6 +21,7 @@ SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice;branch=master;protocol=htt S = "${WORKDIR}/git" +CVE_STATUS[CVE-2016-0749] = "fixed-version: patched since 0.13.2" CVE_STATUS[CVE-2018-10893] = "fixed-version: patched already, caused by inaccurate CPE in the NVD database." inherit meson gettext python3native python3-dir pkgconfig