Re: [meta-virtualization][PATCH] go-logrus: correct CVE_PRODUCT mapping
"Devansh Patel" <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 20, 2026 at 03:07 PM, Devansh Patel wrote: > > From: Devansh Patel <[email protected]> > > The default "go-logrus" product does not match the packaged Logrus > identity in NVD, so its CVE records are not associated with the recipe. > > Use "turbopuffer:logrus", the exact NVD identity for the > github.com/sirupsen/logrus source. > > Signed-off-by: Devansh Patel <[email protected]> > --- > recipes-devtools/go/go-logrus_git.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-devtools/go/go-logrus_git.bb > b/recipes-devtools/go/go-logrus_git.bb > index 7b9e31a5..4f8a255e 100644 > --- a/recipes-devtools/go/go-logrus_git.bb > +++ b/recipes-devtools/go/go-logrus_git.bb > @@ -12,6 +12,8 @@ SRC_URI = > "git://${PKG_NAME};branch=master;protocol=https" > SRCREV = "a29884b9be3dc22c18338c0fe5a51d23e69731e4" > PV = "1.9.4+git" > > +CVE_PRODUCT = "turbopuffer:logrus" > + > inherit meta-virt-depreciated-warning > > do_install() { > -- > 2.35.6 Hi, Please ignore this patch, as it was mistakenly submitted to the wrong layer mailing list. Apologies for the mix-up! Regards, Devansh