YunoHost-Apps / dokuwiki_ynh

Dokuwiki package for YunoHost
https://www.dokuwiki.org/dokuwiki
GNU General Public License v3.0
11 stars 15 forks source link

[autopatch] Add Common Platform Enumeration id to `manifest.json` #91

Closed yunohost-bot closed 1 year ago

yunohost-bot commented 1 year ago

This is an automatic PR

This is an automated patch to add the (optional but recommended if relevant) Common Platform Enumeration (CPE) id, which is sort of a standard id for applications, defined by the NIST.

In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps.

The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)").

Gofannon commented 1 year ago

Should this patch applied first on "testing" first? Then it will be merged in "master" later once "testing" is ready for release into master.