We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
model.BomMetaData.component
1 parent 7e381cf commit 3ca95a6Copy full SHA for 3ca95a6
cyclonedx/model/bom.py
@@ -179,7 +179,7 @@ def component(self) -> Optional[Component]:
179
return self._component
180
181
@component.setter
182
- def component(self, component: Component) -> None:
+ def component(self, component: Optional[Component]) -> None:
183
"""
184
The (optional) component that the BOM describes.
185
0 commit comments