Skip to content

Commit 8438e8b

Browse files
danbevtargos
authored andcommitted
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: #39220 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent c3cfefc commit 8438e8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/guides/security-release-process.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ information described.
105105
* [ ] PR machine-readable JSON descriptions of the vulnerabilities to the
106106
[core](https://github.com/nodejs/security-wg/tree/HEAD/vuln/core)
107107
vulnerability DB. ***LINK TO PR***
108+
* For each vulnerability add a `#.json` file, one can copy an existing
109+
[json](https://github.com/nodejs/security-wg/blob/0d82062d917cb9ddab88f910559469b2b13812bf/vuln/core/78.json)
110+
file, and increment the latest created file number and use that as the name
111+
of the new file to be added. For example, `79.json`.
108112

109113
* [ ] Close this issue
110114

0 commit comments

Comments
 (0)