meta: allow penetration testing on live system with prior authorization

Signed-off-by: Matteo Collina <hello@matteocollina.com>
PR-URL: https://github.com/nodejs/node/pull/57966
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
Matteo Collina 2025-04-23 17:42:25 +02:00 committed by RafaelGSS
parent 09206e9731
commit 62640750fd
No known key found for this signature in database
GPG key ID: 8BEAB4DFCF555EF4

View file

@ -72,7 +72,9 @@ When reporting security vulnerabilities, reporters must adhere to the following
3. **Responsible Testing**: When testing potential vulnerabilities:
* Use isolated, controlled environments.
* Do not test on production systems.
* Do not test on production systems without prior authorization. Contact
the Node.js Technical Steering Committee (<tsc@iojs.org>) for permission or open
a HackerOne report.
* Do not attempt to access or modify other users' data.
* Immediately stop testing if unauthorized access is gained accidentally.