Skip to content

Commit

Permalink
Merge pull request #144 from kabo/master
Browse files Browse the repository at this point in the history
fix CWEs example
  • Loading branch information
stevespringett authored May 2, 2022
2 parents 82bf9e3 + 9bb4757 commit c3da323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/bom-1.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@
"type": "array",
"title": "CWEs",
"description": "List of Common Weaknesses Enumerations (CWEs) codes that describes this vulnerability. For example 399 (of https://cwe.mitre.org/data/definitions/399.html)",
"examples": ["399"],
"examples": [399],
"additionalItems": false,
"items": {
"$ref": "#/definitions/cwe"
Expand Down

0 comments on commit c3da323

Please sign in to comment.