This patch should go to [email protected] <mailto:[email protected]>.
Thanks, Ross > On 15 May 2023, at 11:55, Sanjaykumar kantibhai Chitroda -X (schitrod - > E-INFO CHIPS INC at Cisco) via lists.yoctoproject.org > <[email protected]> wrote: > > From: Alex Kiernan <[email protected]> > > The CVE product name for PyPI packages is (usually) the same as the PyPI > package name (and not our recipe name), so use that as the default. > > Signed-off-by: Alex Kiernan <[email protected]> > Signed-off-by: Alex Kiernan <[email protected]> > Signed-off-by: Richard Purdie <[email protected]> > (cherry picked from commit 61f6b0ad09bf87cdc2d3f08770b7c44cad1d0e58) > Signed-off-by: Sanjay Chitroda <[email protected]> > --- > meta/classes/pypi.bbclass | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/classes/pypi.bbclass b/meta/classes/pypi.bbclass > index 87b4c85fc0..c68367449a 100644 > --- a/meta/classes/pypi.bbclass > +++ b/meta/classes/pypi.bbclass > @@ -24,3 +24,5 @@ S = "${WORKDIR}/${PYPI_PACKAGE}-${PV}" > > UPSTREAM_CHECK_URI ?= "https://pypi.org/project/${PYPI_PACKAGE}/" > UPSTREAM_CHECK_REGEX ?= "/${PYPI_PACKAGE}/(?P<pver>(\d+[\.\-_]*)+)/" > + > +CVE_PRODUCT ?= "python:${PYPI_PACKAGE}" > -- > 2.35.6 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60026): https://lists.yoctoproject.org/g/yocto/message/60026 Mute This Topic: https://lists.yoctoproject.org/mt/98900696/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/leave/6691583/21656/737036229/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
