cdx-proto
    Preparing search index...

    Type Alias Hash

    Hash: Message<"cyclonedx.v1_6.Hash"> & { alg: HashAlg; value: string }

    Specifies the file hash of the component

    Type declaration

    • alg: HashAlg

      Specifies the algorithm used to create the hash

      from field: cyclonedx.v1_6.HashAlg alg = 1;

    • value: string

      SimpleContent value of element

      from field: string value = 2;

    from message cyclonedx.v1_6.Hash