Skip to content

Commit 3ea6594

Browse files
committed
docs: update link to version-range-spec
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d25fcab commit 3ea6594

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

schema/bom-1.4.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ message VulnerabilityAffectedVersions {
662662
oneof choice {
663663
// A single version of a component or service.
664664
string version = 1;
665-
// A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst
665+
// A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md
666666
string range = 2;
667667
}
668668
// The vulnerability status for the version or range of versions.

schema/bom-1.4.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@
16401640
"$ref": "#/definitions/version"
16411641
},
16421642
"range": {
1643-
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst",
1643+
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md",
16441644
"$ref": "#/definitions/range"
16451645
},
16461646
"status": {
@@ -1683,7 +1683,7 @@
16831683
"maxLength": 1024
16841684
},
16851685
"range": {
1686-
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst",
1686+
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md",
16871687
"type": "string",
16881688
"minLength": 1,
16891689
"maxLength": 1024

schema/bom-1.4.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,7 @@ limitations under the License.
19931993
</xs:element>
19941994
<xs:element name="range" type="xs:normalizedString" minOccurs="1" maxOccurs="1">
19951995
<xs:annotation>
1996-
<xs:documentation>A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst</xs:documentation>
1996+
<xs:documentation>A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md</xs:documentation>
19971997
</xs:annotation>
19981998
</xs:element>
19991999
</xs:choice>

schema/bom-1.5.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ message VulnerabilityAffectedVersions {
960960
oneof choice {
961961
// A single version of a component or service.
962962
string version = 1;
963-
// A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst
963+
// A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md
964964
string range = 2;
965965
}
966966
// The vulnerability status for the version or range of versions. Defaults to VULNERABILITY_AFFECTED_STATUS_AFFECTED if not specified.

schema/bom-1.5.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@
22842284
"$ref": "#/definitions/version"
22852285
},
22862286
"range": {
2287-
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst",
2287+
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md",
22882288
"$ref": "#/definitions/range"
22892289
},
22902290
"status": {
@@ -2326,7 +2326,7 @@
23262326
"maxLength": 1024
23272327
},
23282328
"range": {
2329-
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst",
2329+
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md",
23302330
"type": "string",
23312331
"minLength": 1,
23322332
"maxLength": 1024

schema/bom-1.5.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3644,7 +3644,7 @@ limitations under the License.
36443644
</xs:element>
36453645
<xs:element name="range" type="xs:normalizedString" minOccurs="1" maxOccurs="1">
36463646
<xs:annotation>
3647-
<xs:documentation>A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst</xs:documentation>
3647+
<xs:documentation>A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md</xs:documentation>
36483648
</xs:annotation>
36493649
</xs:element>
36503650
</xs:choice>

schema/bom-1.6.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ message VulnerabilityAffectedVersions {
10931093
oneof choice {
10941094
// A single version of a component or service.
10951095
string version = 1;
1096-
// A version range specified in Package URL Version Range syntax (vers), which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst
1096+
// A version range specified in Package URL Version Range syntax (vers), which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md
10971097
string range = 2;
10981098
}
10991099
// The vulnerability status for the version or range of versions. Defaults to VULNERABILITY_AFFECTED_STATUS_AFFECTED if not specified.

schema/bom-1.6.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2928,7 +2928,7 @@
29282928
},
29292929
"range": {
29302930
"title": "Version Range",
2931-
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst",
2931+
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md",
29322932
"$ref": "#/definitions/versionRange"
29332933
},
29342934
"status": {
@@ -2983,7 +2983,7 @@
29832983
]
29842984
},
29852985
"versionRange": {
2986-
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst",
2986+
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md",
29872987
"type": "string",
29882988
"minLength": 1,
29892989
"maxLength": 4096,

schema/bom-1.6.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ limitations under the License.
7676
<xs:simpleType name="versionRangeType">
7777
<xs:annotation>
7878
<xs:documentation xml:lang="en"><![CDATA[
79-
A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst
79+
A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md
8080
8181
Example values:
8282
- "vers:cargo/9.0.14"
@@ -4475,7 +4475,7 @@ limitations under the License.
44754475
</xs:element>
44764476
<xs:element name="range" type="bom:versionRangeType" minOccurs="1" maxOccurs="1">
44774477
<xs:annotation>
4478-
<xs:documentation>A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst</xs:documentation>
4478+
<xs:documentation>A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.md</xs:documentation>
44794479
</xs:annotation>
44804480
</xs:element>
44814481
</xs:choice>

0 commit comments

Comments
 (0)