Skip to content

Commit 93da22f

Browse files
committed
Update ratings descriptions in schema files for clarity on VEX usage
Signed-off-by: fahed dorgaa <[email protected]>
1 parent b1675de commit 93da22f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

schema/bom-1.6.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2681,7 +2681,7 @@
26812681
"ratings": {
26822682
"type": "array",
26832683
"title": "Ratings",
2684-
"description": "List of vulnerability ratings",
2684+
"description": "List of vulnerability ratings. Consumers SHOULD use ratings and SHOULD NOT ignore them; source ratings may differ and aid prioritization.",
26852685
"items": {
26862686
"$ref": "#/definitions/rating"
26872687
}

schema/bom-1.7.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,7 @@
28412841
"ratings": {
28422842
"type": "array",
28432843
"title": "Ratings",
2844-
"description": "List of vulnerability ratings",
2844+
"description": "List of vulnerability ratings. Consumers SHOULD use ratings and SHOULD NOT ignore them; source ratings may differ and aid prioritization.",
28452845
"items": {
28462846
"$ref": "#/definitions/rating"
28472847
}

schema/ext/vulnerability-1.0-SNAPSHOT.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"ratings": {
147147
"type": "array",
148148
"title": "Ratings",
149-
"description": "List of the vulnerability ratings as defined by various risk rating methodologies.",
149+
"description": "List of vulnerability ratings. Consumers SHOULD use ratings and SHOULD NOT ignore them; source ratings may differ and aid prioritization.",
150150
"items": {"$ref": "#/definitions/rating"}
151151
},
152152
"cwes": {

0 commit comments

Comments
 (0)