cdx-proto
    Preparing search index...

    Type Alias EvidenceOccurrences

    EvidenceOccurrences: Message<"cyclonedx.v1_6.EvidenceOccurrences"> & {
        additionalContext?: string;
        bomRef?: string;
        line?: number;
        location: string;
        offset?: number;
        symbol?: string;
    }

    Type declaration

    • OptionaladditionalContext?: string

      Any additional context of the detected component (e.g. a code snippet).

      from field: optional string additionalContext = 6;

    • 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;

    • Optionalline?: number

      The line number where the component was found.

      from field: optional int32 line = 3;

    • location: string

      The location or path to where the component was found.

      from field: string location = 2;

    • Optionaloffset?: number

      The offset where the component was found.

      from field: optional int32 offset = 4;

    • Optionalsymbol?: string

      The symbol name that was found associated with the component.

      from field: optional string symbol = 5;

    from message cyclonedx.v1_6.EvidenceOccurrences