Skip to content

Commit 6fadd58

Browse files
Permit "platforms" alongside "omniborArtifactID"
This amends the data constraints on the "product" object inside the "affected" array, permitting the "platforms" field, which CNAs can use to indicate what platform an identified binary is intended to run on. Signed-off-by: Andrew Lilley Brinker <abrinker@mitre.org>
1 parent b532f24 commit 6fadd58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

schema/CVE_Record_Format.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
{"required": ["modules"]},
146146
{"required": ["programFiles"]},
147147
{"required": ["programRoutines"]},
148-
{"required": ["platforms"]},
149148
{"required": ["repo"]},
150149
{"required": ["versions"]}
151150
]

0 commit comments

Comments
 (0)