From bf592016ecd6de696e959bb0d3db041189176a6a Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:01:13 -0400 Subject: [PATCH] doc: specify to use primordials when coding --- doc/contributing/pull-requests.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/contributing/pull-requests.md b/doc/contributing/pull-requests.md index a2bd63d3572393..f350852197449f 100644 --- a/doc/contributing/pull-requests.md +++ b/doc/contributing/pull-requests.md @@ -119,7 +119,8 @@ one or more of a few places in the repository. If you are modifying code, please be sure to run `make lint` (or `vcbuild.bat lint` on Windows) to ensure that the changes follow the Node.js -code style guide. +code style guide. When changing code that may have an impact on the security +of Node.js, make sure to use [primordials](primordials.md) when possible. Any documentation you write (including code comments and API documentation) should follow the [Style Guide](../../README.md). Code samples