Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 894428 - dev-libs/libp11 - correct the cpe metadata
Summary: dev-libs/libp11 - correct the cpe metadata
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-14 17:47 UTC by Zi Lin
Modified: 2023-02-15 05:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zi Lin 2023-02-14 17:47:04 UTC
The metadata.xml of dev-libs/libp11 has the following lines:

	<upstream>
		<remote-id type="cpe">cpe:/a:opensc-project:opensc</remote-id>
		<remote-id type="github">opensc/libp11</remote-id>
		<remote-id type="sourceforge">opensc</remote-id>
	</upstream>


We at ChromiumOS dev team uses the cpe string to automatically match the CVEs reported with the packages that are affected. I think here "cpe:/a:opensc-project:opensc" should be "cpe:/a:opensc-project:libp11".

This current cpe string has caused our robot to keep filing CVE bugs related to the opensc projects to the stable libp11 packages. I think that is a mistake worth fixing at the upstream. Thank you!
Comment 1 Larry the Git Cow gentoo-dev 2023-02-15 05:02:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945d0d0b02eb5a3648e239aaba4bbd21db1ee212

commit 945d0d0b02eb5a3648e239aaba4bbd21db1ee212
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-15 04:47:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-15 05:02:34 +0000

    dev-libs/libp11: fix cpe
    
    Closes: https://bugs.gentoo.org/894428
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/libp11/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)