Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892261 - [Feature request] Show CPE remote-id link
Summary: [Feature request] Show CPE remote-id link
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Packages Website
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-27 19:12 UTC by Alexander Kurakin
Modified: 2024-03-03 13:33 UTC (History)
1 user (show)

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 Alexander Kurakin 2023-01-27 19:12:10 UTC
`dev-vcs/git` package [1] has a CPE identifier in its `metadata.xml` [2]:

```
<pkgmetadata>
  <upstream>
    <remote-id type="cpe">cpe:/a:git:git</remote-id>
  </upstream>
</pkgmetadata>
```

But neither the package's page [1] nor Security tab [3] don't display some link to CPE site.

Feature request: display some.

---

[1] https://packages.gentoo.org/packages/dev-vcs/git
[2] https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-vcs/git/metadata.xml?id=25d2c9a326a152e53d1afd3bba406a767e603f72#n38
[3] https://packages.gentoo.org/packages/dev-vcs/git/security
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2023-01-27 23:05:57 UTC
Are these actually useful for humans to grok on packages.g.o? I think CPEs are pretty exclusively used by not-humans.
Comment 2 Alexander Kurakin 2024-03-03 13:33:00 UTC
Implemented. (Can't find commit.)