Skip to content

Commit b79e8c4

Browse files
authored
Fix typos
1 parent fbf54b9 commit b79e8c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema/v5.0/CVE_JSON_5.0_schema.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
},
253253
"platforms": {
254254
"title": "Platforms",
255-
"description": "List of specific platforms if the vulnerability is only relevant in the context of these platforms (optional). Platforms may include execution environments, operating systems, virtualization technolgies, hardware models, or computing architectures. Lack of this field or an empty array implies that the other fields are applicable for all relevant platforms.",
255+
"description": "List of specific platforms if the vulnerability is only relevant in the context of these platforms (optional). Platforms may include execution environments, operating systems, virtualization technologies, hardware models, or computing architectures. Lack of this field or an empty array implies that the other fields are applicable for all relevant platforms.",
256256
"type": "array",
257257
"minItems": 1,
258258
"uniqueItems": true,
@@ -571,7 +571,7 @@
571571
},
572572
"replacedBy": {
573573
"type": "array",
574-
"description": "Contains an array of CVE IDs that this CVE ID was rejected in favor of because the this CVE ID was assigned to the vulnerabilities.",
574+
"description": "Contains an array of CVE IDs that this CVE ID was rejected in favor of because this CVE ID was assigned to the vulnerabilities.",
575575
"minItems": 1,
576576
"uniqueItems": true,
577577
"items": {
@@ -848,7 +848,7 @@
848848
"properties": {
849849
"format": {
850850
"type": "string",
851-
"description": "Name of the score format. This provides a bit future proofing. Additional properties are not prohibitied, so this will support inclusion of proprietary formats. It also provides an easy future conversion mechanism when future score formats become part of the schema. example: cvssV4_4, format = 'cvssV4_4', other = cvssV4_4 json object. In the future the other properties can be converted to score properties when they become part of the schema.",
851+
"description": "Name of the score format. This provides a bit future proofing. Additional properties are not prohibited, so this will support inclusion of proprietary formats. It also provides an easy future conversion mechanism when future score formats become part of the schema. example: cvssV4_4, format = 'cvssV4_4', other = cvssV4_4 json object. In the future the other properties can be converted to score properties when they become part of the schema.",
852852
"minLength": 1,
853853
"maxLength": 64
854854
},

0 commit comments

Comments
 (0)