Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Product Identifiers in API #5771

Open
TimBrown1611 opened this issue Aug 30, 2024 · 3 comments
Open

Show Product Identifiers in API #5771

TimBrown1611 opened this issue Aug 30, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@TimBrown1611
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
When I look in the website I see Show Product Identifiers
which specifies CPE \ PURL of a package \ distro
is it possible to display it in the API?
Describe the solution you'd like
A clear and concise description of what you want to happen.
Include a list of identifiers of a package\distro in the API
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@TimBrown1611 TimBrown1611 added the enhancement New feature or request label Aug 30, 2024
Copy link

welcome bot commented Aug 30, 2024

Thank you for opening your first issue here 👍. Be sure to follow the issue template if you chose one.

@AyanSinhaMahapatra
Copy link

Hey, I think this is tracked here: #763

@flo7000
Copy link
Contributor

flo7000 commented Dec 22, 2024

check #2080 , that's the PR with the specific commits to get the Identifiers like CPE.#5352 is also related to this.

as of now, we just have to wait for the v1 of the API with the fields, because the data is mostly in the repo but there isn't the API update yet.

the indetifiers are in the product pages, for example "macOS";

identifiers:
-   cpe: cpe:/o:apple:macos
-   cpe: cpe:2.3:o:apple:macos

Include a list of identifiers of a package\distro in the API -> the identifiers in the product pages are just softwarevendor and softwarename, but we can still build the rest with the release data :) i'm also waiting for the release, because i would build these cpe's with api requests and then check who still has EOL software (with microsoft defender)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants