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

[FEATURE]: Add support for dependencies (bom.dependencies) #7

Closed
madpah opened this issue Sep 16, 2021 · 1 comment · Fixed by #210
Closed

[FEATURE]: Add support for dependencies (bom.dependencies) #7

madpah opened this issue Sep 16, 2021 · 1 comment · Fixed by #210
Assignees

Comments

@madpah
Copy link
Collaborator

madpah commented Sep 16, 2021

Raising here from CycloneDX/cyclonedx-python#40 given the split into this library.

CycloneDX schema version 1.2+ supports bom.dependencies which can be used to generate dependency tree graphs from CycloneDX BOMs.

This library currently has no support for bom.dependencies.

@madpah madpah added the enhancement New feature or request label Sep 16, 2021
@madpah madpah self-assigned this Sep 16, 2021
@madpah madpah removed their assignment Sep 16, 2021
@jkowalleck
Copy link
Member

i wrote some hints/thoughts, when i did the implementation for this feature for the PHP library.
ℹ️ this might come in handy: https://github.com/CycloneDX/cyclonedx-php-library/blob/master/docs/dev/decisions/BomDependencyDataModel.md

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