From 8438e8bf33d36f63e559354987146bce366e7cec 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. PR-URL: https://github.com/nodejs/node/pull/39220 Reviewed-By: James M Snell --- 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 d2d9ab49e23cc6..50aa1f1d309e3d 100644 --- a/doc/guides/security-release-process.md +++ b/doc/guides/security-release-process.md @@ -105,6 +105,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