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

feat: support bom.properties for CycloneDX v1.5+ #585

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

madpah
Copy link
Collaborator

@madpah madpah commented Apr 10, 2024

Partially resolves #125, also captured on #581.

This PR adds support for bom.properties in CycloneDX version 1.5+.

Signed-off-by: Paul Horton <paul.horton@owasp.org>
@madpah madpah added the enhancement New feature or request label Apr 10, 2024
@madpah madpah self-assigned this Apr 10, 2024
@madpah madpah requested a review from a team as a code owner April 10, 2024 07:30
Copy link

codacy-production bot commented Apr 10, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.02% 100.00% (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (d230e67) 4434 4116 92.83%
Head commit (2928bcc) 4445 (+11) 4127 (+11) 92.85% (+0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#585) 17 17 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Signed-off-by: Paul Horton <paul.horton@owasp.org>
@madpah madpah merged commit 1d1c45a into main Apr 10, 2024
44 checks passed
@madpah madpah deleted the feat/support-bom-properties branch April 10, 2024 09:22
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

Successfully merging this pull request may close these issues.

[FEAT] Add support for arbitrary properties at the BOM level (bom.properties)
2 participants