diff --git a/doc/api/cli.md b/doc/api/cli.md index b6efd5e6fcc463..dfa76ad89147d2 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -885,6 +885,8 @@ following permissions are restricted: added: v11.8.0 --> +> Stability: 0 - Deprecated: Will be removed shortly. + Use the specified file as a security policy. ### `--experimental-require-module` @@ -1532,7 +1534,7 @@ developers may leverage to detect deprecated API usage. added: v12.7.0 --> -> Stability: 1 - Experimental +> Stability: 0 - Deprecated: Will be removed shortly. Instructs Node.js to error prior to running any code if the policy does not have the specified integrity. It expects a [Subresource Integrity][] string as a diff --git a/doc/api/permissions.md b/doc/api/permissions.md index 395e22326d93a8..296d0263feef81 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -27,7 +27,7 @@ If you find a potential security vulnerability, please refer to our -> Stability: 1 - Experimental +> Stability: 0 - Deprecated: Will be removed shortly