From 32a5d845c0f477143540bb9d2fc7a7cc2e33ac6b Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 26 May 2026 08:46:38 -0300 Subject: [PATCH] doc: drop --experimental from --permission Signed-off-by: RafaelGSS --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.