From 1ca328a6b24bce815fad46db5522900bc535e965 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Sun, 7 Aug 2022 16:32:25 +0200 Subject: [PATCH] patch message --- tools/autopatches/patches/add-cpe/pr_body.md | 6 ++++++ tools/autopatches/patches/add-cpe/pr_title.md | 1 + 2 files changed, 7 insertions(+) create mode 100644 tools/autopatches/patches/add-cpe/pr_body.md create mode 100644 tools/autopatches/patches/add-cpe/pr_title.md diff --git a/tools/autopatches/patches/add-cpe/pr_body.md b/tools/autopatches/patches/add-cpe/pr_body.md new file mode 100644 index 00000000..5f08ae84 --- /dev/null +++ b/tools/autopatches/patches/add-cpe/pr_body.md @@ -0,0 +1,6 @@ + +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)"). \ No newline at end of file diff --git a/tools/autopatches/patches/add-cpe/pr_title.md b/tools/autopatches/patches/add-cpe/pr_title.md new file mode 100644 index 00000000..5944c62d --- /dev/null +++ b/tools/autopatches/patches/add-cpe/pr_title.md @@ -0,0 +1 @@ +Add Common Platform Enumeration id to `manifest.json`