mirror of https://github.com/nodejs/node.git
doc: clarify reports are only evaluated on active versions
PR-URL: https://github.com/nodejs/node/pull/47341 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
1948d37595
commit
23f4a6c7e1
11
SECURITY.md
11
SECURITY.md
|
@ -31,11 +31,12 @@ maintainers.
|
|||
Here is the security disclosure policy for Node.js
|
||||
|
||||
* The security report is received and is assigned a primary handler. This
|
||||
person will coordinate the fix and release process. The problem is confirmed
|
||||
and a list of all affected versions is determined. Code is audited to find
|
||||
any potential similar problems. Fixes are prepared for all releases which are
|
||||
still under maintenance. These fixes are not committed to the public
|
||||
repository but rather held locally pending the announcement.
|
||||
person will coordinate the fix and release process. The problem is validated
|
||||
against all supported Node.js versions. Once confirmed, a list of all affected
|
||||
versions is determined. Code is audited to find any potential similar
|
||||
problems. Fixes are prepared for all supported releases.
|
||||
These fixes are not committed to the public repository but rather held locally
|
||||
pending the announcement.
|
||||
|
||||
* A suggested embargo date for this vulnerability is chosen and a CVE (Common
|
||||
Vulnerabilities and Exposures (CVE®)) is requested for the vulnerability.
|
||||
|
|
Loading…
Reference in New Issue