cyclonedx.model.bom_ref

Module Contents

Classes

BomRef

An identifier that can be used to reference objects elsewhere in the BOM.

class cyclonedx.model.bom_ref.BomRef(value: str | None = None)

An identifier that can be used to reference objects elsewhere in the BOM.

This copies a similar pattern used in the CycloneDX PHP Library.

property value: str | None