diff --git a/schema/bom-1.7.proto b/schema/bom-1.7.proto index 671ab4b6..459c5975 100644 --- a/schema/bom-1.7.proto +++ b/schema/bom-1.7.proto @@ -116,7 +116,7 @@ message Component { // Must be used exclusively, either 'version' or 'versionRange', but not both. string version = 9; // For an external component, this specifies the accepted version range. - // The value must adhere to the Package URL Version Range syntax (vers), as defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst. + // The value must adhere to the Package URL Version Range syntax (vers), as defined at https://github.com/package-url/vers-spec/blob/main/VERSION-RANGE-SPEC.rst. // May only be used if `isExternal` is set to `true`. // Must be used exclusively, either 'version' or 'versionRange', but not both. optional string versionRange = 33; @@ -1195,7 +1195,7 @@ message VulnerabilityAffectedVersions { oneof choice { // A single version of a component or service. string version = 1; - // 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 + // 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.rst string range = 2; } // The vulnerability status for the version or range of versions. Defaults to VULNERABILITY_AFFECTED_STATUS_AFFECTED if not specified. diff --git a/schema/bom-1.7.schema.json b/schema/bom-1.7.schema.json index 90af9bc2..4accc689 100644 --- a/schema/bom-1.7.schema.json +++ b/schema/bom-1.7.schema.json @@ -981,7 +981,7 @@ "versionRange": { "$ref": "#/definitions/versionRange", "title": "Component Version Range", - "description": "For an external component, this specifies the accepted version range.\nThe value must adhere to the Package URL Version Range syntax (vers), as defined at .\nMay only be used if `.isExternal` is set to `true`.\nMust be used exclusively, either 'version' or 'versionRange', but not both." + "description": "For an external component, this specifies the accepted version range.\nThe value must adhere to the Package URL Version Range syntax (vers), as defined at @@ -4718,7 +4718,7 @@ limitations under the License. - 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 + 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.rst