Skip to content

Commit 90bae86

Browse files
committed
fix vulnerability.affects[].versions[].range ref
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent a719b63 commit 90bae86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/bom-1.5.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2125,7 +2125,7 @@
21252125
},
21262126
"range": {
21272127
"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",
2128-
"$ref": "#/definitions/version"
2128+
"$ref": "#/definitions/range"
21292129
},
21302130
"status": {
21312131
"description": "The vulnerability status for the version or range of versions.",

0 commit comments

Comments
 (0)