Skip to content

Commit c535956

Browse files
danbevBethGriggs
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 <[email protected]>
1 parent 353a8bb commit c535956

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
@@ -100,6 +100,10 @@ information described.
100100
* [ ] PR machine-readable JSON descriptions of the vulnerabilities to the
101101
[core](https://github.com/nodejs/security-wg/tree/HEAD/vuln/core)
102102
vulnerability DB. ***LINK TO PR***
103+
* For each vulnerability add a `#.json` file, one can copy an existing
104+
[json](https://github.com/nodejs/security-wg/blob/0d82062d917cb9ddab88f910559469b2b13812bf/vuln/core/78.json)
105+
file, and increment the latest created file number and use that as the name
106+
of the new file to be added. For example, `79.json`.
103107

104108
* [ ] Close this issue
105109

0 commit comments

Comments
 (0)