Adding checksum of package as optional param #797
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@hendrikebbers PURL already covers checksums in the qualifiers component: 'checksum' is a qualifier for one or more checksums stored as a comma-separated list. Each item in the value is in form of 'lowercase_algorithm:hex_encoded_lowercase_value' such as 'sha1:ad9503c3e994a4f611a4892f2e67ac82df727086'. The ECMA-427 standard does not specify component values - e.g. the key-value pairs, but you will see examples in https://github.com/package-url/purl-spec/blob/main/tests/spec/specification-test.json |
Beta Was this translation helpful? Give feedback.
@hendrikebbers PURL already covers checksums in the qualifiers component:
'checksum' is a qualifier for one or more checksums stored as a comma-separated list. Each item in the value is in form of 'lowercase_algorithm:hex_encoded_lowercase_value' such as 'sha1:ad9503c3e994a4f611a4892f2e67ac82df727086'.
The ECMA-427 standard does not specify component values - e.g. the key-value pairs, but you will see examples in https://github.com/package-url/purl-spec/blob/main/tests/spec/specification-test.json