Merge pull request #2781 from faheel/master

Add Common Platform Enumeration (CPE) info
main
Elbert Alias 5 years ago committed by GitHub
commit f165f3b50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
}); });
} }

Loading…
Cancel
Save