cdx-proto
    Preparing search index...

    Type Alias Evidence

    Evidence: Message<"cyclonedx.v1_7.Evidence"> & {
        callstack?: Callstack;
        copyright: EvidenceCopyright[];
        identity: EvidenceIdentity[];
        licenses: LicenseChoice[];
        occurrences: EvidenceOccurrences[];
    }

    Provides the ability to document evidence collected through various forms of extraction or analysis.

    Type Declaration

    • Optionalcallstack?: Callstack

      Evidence of the components use through the callstack.

      from field: optional cyclonedx.v1_7.Callstack callstack = 5;

    • copyright: EvidenceCopyright[]

      Copyright evidence captures intellectual property assertions, providing evidence of possible ownership and legal protection.

      from field: repeated cyclonedx.v1_7.EvidenceCopyright copyright = 2;

    • identity: EvidenceIdentity[]

      Evidence that substantiates the identity of a component. The identity may be an object or an array of identity objects. Support for specifying identity as a single object was introduced in CycloneDX v1.5. Arrays were introduced in v1.6. It is recommended that all implementations use arrays, even if only one identity object is specified.

      from field: repeated cyclonedx.v1_7.EvidenceIdentity identity = 3;

    • licenses: LicenseChoice[]

      A list of SPDX licenses and/or named licenses and/or SPDX License Expression.

      from field: repeated cyclonedx.v1_7.LicenseChoice licenses = 1;

    • occurrences: EvidenceOccurrences[]

      Evidence of individual instances of a component spread across multiple locations.

      from field: repeated cyclonedx.v1_7.EvidenceOccurrences occurrences = 4;

    from message cyclonedx.v1_7.Evidence