Skip to content

fix: improve cpe parsing in sbom code #4073

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

Closed
terriko opened this issue Apr 23, 2024 · 2 comments · Fixed by #4082
Closed

fix: improve cpe parsing in sbom code #4073

terriko opened this issue Apr 23, 2024 · 2 comments · Fixed by #4082
Assignees

Comments

@terriko
Copy link
Contributor

terriko commented Apr 23, 2024

Looks like we do indeed make the same parsing mistake when handling cpe's in the sbom code:

cpe = cpe22.split(":")

and below that a bit in the same file.

Should be able to use the same fix.

@ranjanmangla1
Copy link
Contributor

I would love to work on this @terriko, can you assign me this issue?

@terriko
Copy link
Contributor Author

terriko commented Apr 24, 2024

@ranjanmangla1 have fun! Let us know if you get stuck.

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

Successfully merging a pull request may close this issue.

2 participants