-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Description
- The following characters MUST NOT be percent-encoded:
- the colon ':', whether used as a Separator Character or otherwise, and
purl-spec/PURL-SPECIFICATION.rst
Lines 279 to 285 in c53ba0e
| - The following characters MUST NOT be percent-encoded: | |
| - the Alphanumeric Characters, | |
| - the Punctuation Characters, | |
| - the Separator Characters when being used as ``purl`` separators, | |
| - the colon ':', whether used as a Separator Character or otherwise, and | |
| - the percent sign '%' when used to represent a percent-encoded character. |
purl-spec/tests/types/oci-test.json
Lines 174 to 191 in c53ba0e
| { | |
| "description": "Build test for <class 'type'> PURL", | |
| "test_group": "base", | |
| "test_type": "build", | |
| "input": { | |
| "type": "oci", | |
| "namespace": null, | |
| "name": "hello-wasm", | |
| "version": "sha256:244fd47e07d10", | |
| "qualifiers": { | |
| "tag": "v1" | |
| }, | |
| "subpath": null | |
| }, | |
| "expected_output": "pkg:oci/hello-wasm@sha256%3A244fd47e07d10?tag=v1", | |
| "expected_failure": false, | |
| "expected_failure_reason": null | |
| } |
"expected_output": "pkg:oci/hello-wasm@sha256%3A244fd47e07d10?tag=v1", ?
Maybe the whole testcases should be reviewed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels