> -----Original Message----- > From: [email protected] <openembedded- > [email protected]> On Behalf Of Het Patel via > lists.openembedded.org > Sent: Thursday, February 26, 2026 13:51 > To: [email protected] > Cc: [email protected]; [email protected] > Subject: [oe] [meta-oe] [PATCH v1] googletest: Add CVE_PRODUCT to support > product name > > From: Het Patel <[email protected]> > > - Set CVE_PRODUCT to align with the NVD CPE and ensure correct CVE > reporting. > > Signed-off-by: Het Patel <[email protected]> > --- > meta-oe/recipes-test/googletest/googletest_1.17.0.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta-oe/recipes-test/googletest/googletest_1.17.0.bb b/meta- > oe/recipes-test/googletest/googletest_1.17.0.bb > index c8ed80053d..242f0ac7da 100644 > --- a/meta-oe/recipes-test/googletest/googletest_1.17.0.bb > +++ b/meta-oe/recipes-test/googletest/googletest_1.17.0.bb > @@ -35,3 +35,6 @@ do_configure:prepend() { > # there isn't python in HOSTTOOLS so "env python" fails > sed -i 's@^#!/usr/bin/env python$@#!/usr/bin/env python3@g' > ${S}/googlemock/test/*py ${S}/googletest/test/*py > } > + > +# Add CVE_PRODUCT to match the NVD CPE product name > +CVE_PRODUCT = "google:google_test"
Where is this CPE coming from? Afaik there is no CVE for googletest to look at used CPEs. Please add reference to the commit message.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124677): https://lists.openembedded.org/g/openembedded-devel/message/124677 Mute This Topic: https://lists.openembedded.org/mt/118011140/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
