Add Common Platform Enumeration (CPE) info

main
Syed Faheel Ahmad 6 years ago
parent e856dd42a6
commit 5dc6578b7f

@ -38,6 +38,9 @@
},
"required": true
},
"cpe": {
"type": "string"
},
"cookies": {
"type": "object",
"additionalProperties": {

File diff suppressed because it is too large Load Diff

@ -167,6 +167,7 @@ class Driver {
version: app.version || null,
icon: app.props.icon || 'default.svg',
website: app.props.website,
cpe: app.props.cpe || null,
categories,
});
}