Skip to content

Commit

Permalink
Schemas for each object type
Browse files Browse the repository at this point in the history
  • Loading branch information
tdunlap607 committed May 22, 2022
1 parent d27ea3d commit 473b36d
Show file tree
Hide file tree
Showing 9 changed files with 480,392 additions and 239,220 deletions.
239,176 changes: 239,176 additions & 0 deletions data/gsd_counts_20220520.csv

Large diffs are not rendered by default.

478,352 changes: 239,176 additions & 239,176 deletions data/gsd_counts.csv → data/gsd_entries_20220520.csv

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions data/schemas/schema_cisa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"properties": {
"cveID": {
"type": "string"
},
"dateAdded": {
"type": "string"
},
"dueDate": {
"type": "string"
},
"product": {
"type": "string"
},
"requiredAction": {
"type": "string"
},
"shortDescription": {
"type": "string"
},
"vendorProject": {
"type": "string"
},
"vulnerabilityName": {
"type": "string"
}
},
"required": [
"cveID",
"dateAdded",
"dueDate",
"product",
"requiredAction",
"shortDescription",
"vendorProject",
"vulnerabilityName"
],
"type": "object"
}
Loading

0 comments on commit 473b36d

Please sign in to comment.