Skip to content

Commit 204018b

Browse files
committed
doc: deprecate --experimental-policy
PR-URL: #52602 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 5def801 commit 204018b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/api/cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,8 @@ following permissions are restricted:
881881
added: v11.8.0
882882
-->
883883

884+
> Stability: 0 - Deprecated: Will be removed shortly.
885+
884886
Use the specified file as a security policy.
885887

886888
### `--experimental-require-module`
@@ -1519,7 +1521,7 @@ developers may leverage to detect deprecated API usage.
15191521
added: v12.7.0
15201522
-->
15211523

1522-
> Stability: 1 - Experimental
1524+
> Stability: 0 - Deprecated: Will be removed shortly.
15231525
15241526
Instructs Node.js to error prior to running any code if the policy does not have
15251527
the specified integrity. It expects a [Subresource Integrity][] string as a

doc/api/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you find a potential security vulnerability, please refer to our
2727

2828
<!-- type=misc -->
2929

30-
> Stability: 1 - Experimental
30+
> Stability: 0 - Deprecated: Will be removed shortly
3131
3232
<!-- name=policy -->
3333

0 commit comments

Comments
 (0)