Skip to content

Commit 2c8c2fa

Browse files
Merge pull request #219 from jkowalleck/v1.4-fix-vulnerability-affected-range
fix `vulnerability.affects[].versions[].range` ref
2 parents ef71717 + e7ad37c commit 2c8c2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.4.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@
16411641
},
16421642
"range": {
16431643
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/VERSION-RANGE-SPEC.rst",
1644-
"$ref": "#/definitions/version"
1644+
"$ref": "#/definitions/range"
16451645
},
16461646
"status": {
16471647
"description": "The vulnerability status for the version or range of versions.",

0 commit comments

Comments
 (0)