cdx-proto
    Preparing search index...

    Type Alias EvidenceOccurrences

    EvidenceOccurrences: Message<"cyclonedx.v1_5.EvidenceOccurrences"> & {
        bomRef?: string;
        location: string;
    }

    Type declaration

    • OptionalbomRef?: string

      An optional identifier which can be used to reference the occurrence elsewhere in the BOM. Every bom-ref MUST be unique within the BOM.

      from field: optional string bom_ref = 1;

    • location: string

      The location or path to where the component was found.

      from field: string location = 2;

    from message cyclonedx.v1_5.EvidenceOccurrences