diff --git a/SECURITY.md b/SECURITY.md index 0e88d7b50702fa..739c2c6160c0a7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -376,7 +376,7 @@ the community they pose. #### Permission Model Boundaries (`--permission`) The Node.js [Permission Model](https://nodejs.org/api/permissions.html) -(`--experimental-permission`) is an opt-in mechanism that limits which +(`--permission`) is an opt-in mechanism that limits which resources a Node.js process may access. It is designed to reduce the blast radius of mistakes in trusted application code, **not** to act as a security boundary against intentional misuse or a compromised process.