Skip to content

Commit e69d35f

Browse files
committed
doc: add history info for Permission Model
PR-URL: #56707 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent b127f11 commit e69d35f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

doc/api/permissions.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Permissions
22

3+
<!--introduced_in=v20.0.0-->
4+
5+
<!-- source_link=src/permission.cc -->
6+
37
Permissions can be used to control what system resources the
48
Node.js process has access to or what actions the process can take
59
with those resources.
@@ -26,12 +30,16 @@ If you find a potential security vulnerability, please refer to our
2630

2731
### Permission Model
2832

29-
<!-- type=misc -->
33+
<!-- YAML
34+
added: v20.0.0
35+
changes:
36+
- version: v22.13.0
37+
pr-url: https://github.com/nodejs/node/pull/56201
38+
description: This feature is no longer experimental.
39+
-->
3040

3141
> Stability: 2 - Stable.
3242
33-
<!-- name=permission-model -->
34-
3543
The Node.js Permission Model is a mechanism for restricting access to specific
3644
resources during execution.
3745
The API exists behind a flag [`--permission`][] which when enabled,

0 commit comments

Comments
 (0)