Add Common Platform Enumeration (CPE) info

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

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

File diff suppressed because it is too large Load Diff

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