Skip to content

Commit 26a7608

Browse files
RafaelGSStargos
authored andcommitted
doc: move permission model to Active Development
PR-URL: #50068 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent d7bbf7f commit 26a7608

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/api/cli.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If this flag is passed, the behavior can still be set to not abort through
109109
added: v20.0.0
110110
-->
111111

112-
> Stability: 1 - Experimental
112+
> Stability: 1.1 - Active development
113113
114114
When using the [Permission Model][], the process will not be able to spawn any
115115
child process by default.
@@ -154,7 +154,7 @@ changes:
154154
description: Paths delimited by comma (`,`) are no longer allowed.
155155
-->
156156

157-
> Stability: 1 - Experimental
157+
> Stability: 1.1 - Active development
158158
159159
This flag configures file system read permissions using
160160
the [Permission Model][].
@@ -208,7 +208,7 @@ changes:
208208
description: Paths delimited by comma (`,`) are no longer allowed.
209209
-->
210210

211-
> Stability: 1 - Experimental
211+
> Stability: 1.1 - Active development
212212
213213
This flag configures file system write permissions using
214214
the [Permission Model][].
@@ -232,7 +232,7 @@ Relative paths are NOT supported through the CLI flag.
232232
added: v20.0.0
233233
-->
234234

235-
> Stability: 1 - Experimental
235+
> Stability: 1.1 - Active development
236236
237237
When using the [Permission Model][], the process will not be able to create any
238238
worker threads by default.
@@ -666,7 +666,7 @@ Enable experimental support for the `https:` protocol in `import` specifiers.
666666
added: v20.0.0
667667
-->
668668

669-
> Stability: 1 - Experimental
669+
> Stability: 1.1 - Active development
670670
671671
Enable the Permission Model for current process. When enabled, the
672672
following permissions are restricted:

doc/api/permissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Additionally, import maps only work on `import` so it may be desirable to add a
468468

469469
<!-- type=misc -->
470470

471-
> Stability: 1 - Experimental
471+
> Stability: 1.1 - Active development
472472
473473
<!-- name=permission-model -->
474474

0 commit comments

Comments
 (0)