Skip to content

Spdx3 support #12

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Spdx3 support #12

wants to merge 2 commits into from

Conversation

katekm
Copy link

@katekm katekm commented May 2, 2025

This pull request introduces:
• A parser for Yocto SBOMs in SPDX 3.0.1 format
• A new vulnerability_summary.txt report showing vulnerability data

katekm added 2 commits May 2, 2025 14:51
Add a parser for SPDX 3.0.1 SBOMs generated by Yocto.

During the initial SPDX merge, only package data is extracted.
The existing implementation for SPDX 2.x files is then used
to generate merged.spdx.json, which is scanned by Grype.

In the final merge step, package, vulnerability, and assessment
data are extracted and combined with the Grype output to produce
the final report.
This report shows vulnerabilities grouped by status
and severity. It includes information about the affected
packages, their status, CVSS scores, and EPSS scores.
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 this pull request may close these issues.

1 participant