Skip to content

Commit d7434fe

Browse files
RafaelGSSmarco-ippolito
authored andcommittedMay 3, 2024
doc: deprecate --experimental-policy
PR-URL: #52602 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent ca5b827 commit d7434fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎doc/api/cli.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,8 @@ following permissions are restricted:
863863
added: v11.8.0
864864
-->
865865

866+
> Stability: 0 - Deprecated: Will be removed shortly.
867+
866868
Use the specified file as a security policy.
867869

868870
### `--experimental-sea-config`
@@ -1469,7 +1471,7 @@ developers may leverage to detect deprecated API usage.
14691471
added: v12.7.0
14701472
-->
14711473

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

‎doc/api/permissions.md

+1-1
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)
Please sign in to comment.