Skip to content

Commit

Permalink
Merge pull request #218 from jkowalleck/v1.5-dev-fix-vulnerability-af…
Browse files Browse the repository at this point in the history
…fected-range

fix `vulnerability.affects[].versions[].range` ref
  • Loading branch information
stevespringett authored May 10, 2023
2 parents a719b63 + 90bae86 commit 8820d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/bom-1.5.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@
},
"range": {
"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",
"$ref": "#/definitions/version"
"$ref": "#/definitions/range"
},
"status": {
"description": "The vulnerability status for the version or range of versions.",
Expand Down

0 comments on commit 8820d5e

Please sign in to comment.