Skip to content

Commit 0ce6601

Browse files
committed
Stub new properties
1 parent 208980b commit 0ce6601

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schema/CVE_Record_Format.json

+15
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,21 @@
357357
}
358358
}
359359
}
360+
},
361+
"exactly": {
362+
"description": "A single semver 2.0.0 version to mark",
363+
},
364+
"inclusiveLowerBound": {
365+
"description": "A valid semver 2.0.0 value used as a lower bound. Explicitly also affected."
366+
},
367+
"exclusiveLowerBound": {
368+
"description": "A valid semver 2.0.0 value used as a lower bound. Explicitly not affected."
369+
},
370+
"inclusiveUpperBound": {
371+
"description": "A valid semver 2.0.0 value used as an upper bound. Explicitly also affected."
372+
},
373+
"exclusiveUpperBound": {
374+
"description": "A valid semver 2.0.0 value used as an upper bound. Explicitly not affected."
360375
}
361376
},
362377
"additionalProperties": false

0 commit comments

Comments
 (0)