From: Ross Burton <ross.burton@arm.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] wic: set CVE_PRODUCT
Date: Mon, 13 Apr 2026 21:22:33 +0100 [thread overview]
Message-ID: <20260413202233.2335301-1-ross.burton@arm.com> (raw)
There are CVEs such as CVE-2008-6713 which have a CPE of *:wic, which
get reported for our wic now that it has been split out to a standalone
tool.
Set CVE_PRODUCT to yoctoproject:wic to avoid this. There are no CVEs for
wic yet, but this is the likely CPE that would be used.
[1] https://nvd.nist.gov/vuln/detail/CVE-2008-6713
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
meta/recipes-support/wic/wic_0.3.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/wic/wic_0.3.0.bb b/meta/recipes-support/wic/wic_0.3.0.bb
index a0a2773c76e..7dbf84b039a 100644
--- a/meta/recipes-support/wic/wic_0.3.0.bb
+++ b/meta/recipes-support/wic/wic_0.3.0.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4ee23c52855c222cba72583d301d2338"
SRC_URI = "git://git.yoctoproject.org/wic.git;branch=master;protocol=https;tag=v${PV}"
SRCREV = "5974ade11032f218841d9f449ef0efeee3f9a2ca"
+CVE_PRODUCT = "yoctoproject:wic"
+
inherit python_hatchling
RDEPENDS:${PN} += " \
--
2.43.0
next reply other threads:[~2026-04-13 20:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-13 20:22 Ross Burton [this message]
2026-04-24 10:30 ` [OE-core] [PATCH] wic: set CVE_PRODUCT Quentin Schulz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260413202233.2335301-1-ross.burton@arm.com \
--to=ross.burton@arm.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox