File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ urn:tei:purl:<domain-name>:<purl>
76
76
77
77
Example:
78
78
```text
79
- urn:tei:org. cyclonedx:pkg:pypi/cyclonedx-python-lib@8.4.0?extension=whl&qualifier=py3-none-any
79
+ urn:tei:purl: cyclonedx.org :pkg:pypi/cyclonedx-python-lib@8.4.0?extension=whl&qualifier=py3-none-any
80
80
```
81
81
82
82
#### SWID
@@ -105,7 +105,7 @@ urn:tei:hash:<domain-name>:<hashtype>:<hash>
105
105
106
106
Example:
107
107
```text
108
- urn:tei:cyclonedx.org:SHA256:fd44efd601f651c8865acf0dfeacb0df19a2b50ec69ead0262096fd2f67197b9
108
+ urn:tei:hash: cyclonedx.org:SHA256:fd44efd601f651c8865acf0dfeacb0df19a2b50ec69ead0262096fd2f67197b9
109
109
```
110
110
111
111
The origin of the hash is up to the vendor to define.
@@ -120,7 +120,11 @@ Syntax:
120
120
urn:tei:uuid:<domain-name>:<uuid>
121
121
````
122
122
123
- Has to be a valid UUID.
123
+ Example:
124
+ ```text
125
+ urn:tei:uuid:cyclonedx.org:d4d9f54a-abcf-11ee-ac79-1a52914d44b1
126
+ ```
127
+
124
128
125
129
#### Other types to be defined
126
130
You can’t perform that action at this time.
0 commit comments