From d48b51db8aeff2e0c439c8ee926d3b84da5bccb7 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 1 Jul 2021 15:41:15 +0200 Subject: [PATCH] doc: add instructions for core vuln files This commit adds instructions for adding machine-readable json files to the security-wg repo in the security release guide. --- doc/guides/security-release-process.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/security-release-process.md b/doc/guides/security-release-process.md index 9517ea674f0c70..9152292c57e6da 100644 --- a/doc/guides/security-release-process.md +++ b/doc/guides/security-release-process.md @@ -100,6 +100,10 @@ information described. * [ ] PR machine-readable JSON descriptions of the vulnerabilities to the [core](https://github.com/nodejs/security-wg/tree/HEAD/vuln/core) vulnerability DB. ***LINK TO PR*** + * For each vulnerability add a `#.json` file, one can copy an existing + [json](https://github.com/nodejs/security-wg/blob/0d82062d917cb9ddab88f910559469b2b13812bf/vuln/core/78.json) + file, and increment the latest created file number and use that as the name + of the new file to be added. For example, `79.json`. * [ ] Close this issue