Skip to content

Commit 61d3335

Browse files
committed
PURL
- addresses review comment from #1309 - fix inconsistency - fix typo
1 parent 2f02b02 commit 61d3335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csaf_2.1/prose/edit/src/schema-elements-01-defs-03-full-product-name.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ As part of the model number, the special characters `?`, `*` and `\` MUST be esc
263263
264264
##### Full Product Name Type - Product Identification Helper - PURLs
265265
266-
List of Purls (`purls`) of value type `array` with `1` or more unique items contains a list of Package-URL (PURL) identifiers.
266+
List of PURLs (`purls`) of value type `array` with `1` or more unique items contains a list of Package-URL (PURL) identifiers.
267267
268268
```
269269
"purls": {
@@ -282,7 +282,7 @@ A Package-URL representation has value type `string` of `7` or more characters w
282282
283283
> The given pattern does not completely evaluate whether a PURL is valid according to the [cite](#ECMA-427) specification.
284284
> It provides a more generic approach and general guidance to enable forward compatibility.
285-
> CSAF uses only the canonical form of PRUL to conform with section 3.3 of [cite](#RFC3986).
285+
> CSAF uses only the canonical form of PURL to conform with section 3.3 of [cite](#RFC3986).
286286
> Therefore, URLs starting with `pkg://` are considered invalid.
287287
288288
The PURL attribute refers to a method for reliably identifying and locating software packages external to this specification.

0 commit comments

Comments
 (0)