Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@
"ratings": {
"type": "array",
"title": "Ratings",
"description": "List of vulnerability ratings",
"description": "List of vulnerability ratings. In VEX, consumers SHOULD use ratings with analysis.state and SHOULD NOT ignore them; source ratings may differ and aid prioritization.",
"items": {
"$ref": "#/definitions/rating"
}
Expand Down
2 changes: 1 addition & 1 deletion schema/bom-1.7.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@
"ratings": {
"type": "array",
"title": "Ratings",
"description": "List of vulnerability ratings",
"description": "List of vulnerability ratings. In VEX, consumers SHOULD use ratings with analysis.state and SHOULD NOT ignore them; source ratings may differ and aid prioritization.",
"items": {
"$ref": "#/definitions/rating"
}
Expand Down
2 changes: 1 addition & 1 deletion schema/ext/vulnerability-1.0-SNAPSHOT.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"ratings": {
"type": "array",
"title": "Ratings",
"description": "List of the vulnerability ratings as defined by various risk rating methodologies.",
"description": "List of vulnerability ratings. In VEX, consumers SHOULD use ratings with analysis.state and SHOULD NOT ignore them; source ratings may differ and aid prioritization.",
"items": {"$ref": "#/definitions/rating"}
},
"cwes": {
Expand Down