Skip to content

Commit 309924f

Browse files
authored
doc: add history info for Permission Model
PR-URL: nodejs#56707 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 9ec7bed commit 309924f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

doc/api/permissions.md

+13-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,18 @@ 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:
37+
- v23.5.0
38+
- v22.13.0
39+
pr-url: https://github.com/nodejs/node/pull/56201
40+
description: This feature is no longer experimental.
41+
-->
3042

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

0 commit comments

Comments
 (0)