cdx-proto
    Preparing search index...

    Type Alias Declarations_Claim

    Declarations_Claim: Message<"cyclonedx.v1_6.Declarations.Claim"> & {
        bomRef?: string;
        counterEvidence: string[];
        evidence: string[];
        externalReferences: ExternalReference[];
        mitigationStrategies: string[];
        predicate?: string;
        reasoning?: string;
        target?: string;
    }

    Type declaration

    • OptionalbomRef?: string

      An optional identifier which can be used to reference the component elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element.

      from field: optional string bom_ref = 1;

    • counterEvidence: string[]

      The list of bom-ref to counterEvidence that supports this claim.

      from field: repeated string counterEvidence = 7;

    • evidence: string[]

      The list of bom-ref to evidence that supports this claim.

      from field: repeated string evidence = 6;

    • externalReferences: ExternalReference[]

      External references provide a way to document systems, sites, and information that may be relevant but are not included with the BOM. They may also establish specific relationships within or external to the BOM.

      from field: repeated cyclonedx.v1_6.ExternalReference externalReferences = 8;

    • mitigationStrategies: string[]

      The list of bom-ref to the evidence provided describing the mitigation strategies. Each mitigation strategy should include an explanation of how any weaknesses in the evidence will be mitigated.

      from field: repeated string mitigationStrategies = 4;

    • Optionalpredicate?: string

      The specific statement or assertion about the target.

      from field: optional string predicate = 3;

    • Optionalreasoning?: string

      The written explanation of why the evidence provided substantiates the claim.

      from field: optional string reasoning = 5;

    • Optionaltarget?: string

      The bom-ref to a target representing a specific system, application, API, module, team, person, process, business unit, company, etc... that this claim is being applied to.

      from field: optional string target = 2;

    from message cyclonedx.v1_6.Declarations.Claim