-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The schema documents suggest that components can be nested inside other components (i.e. for/with hierarchical merging).
Hoewever, if I try to generate such a bom an exception is raised in the validate method here:
cyclonedx-python-lib/cyclonedx/model/bom.py
Line 384 in 6e12be7
| if len(dependency_diff) > 0: |
The reason for that is, because nested bom_refs underneath other components are not found by the implementation inside validate.
Am I misunderstanding the schema or is this missing from the validation?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working