Skip to content
forked from nodejs/node

Commit d692150

Browse files
authored
doc: remove mentions of policy model from security info
PR-URL: nodejs#53249 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 3907404 commit d692150

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

doc/contributing/security-model-strategy.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -50,28 +50,13 @@ models are defined. The initial list includes:
5050
* Single executable application
5151
* CI/CD pipeline components
5252

53-
### Support experimentation on features like permissions and policies
53+
### Support experimentation on features like permissions
5454

5555
The project is not currently planning to provide supported
5656
sandbox functionality, but wants to support experimentation on
57-
related features like policies and permission enforcement.
57+
related features like permission enforcement.
5858

5959
Features in this category should:
6060

6161
* be opt-in, and additional overhead when not enabled must be low
6262
* limit change in core to just what is needed to enable experimentation
63-
64-
## Current implementation and assets
65-
66-
Node.js has an experimental implementation of
67-
[policies](https://nodejs.org/docs/latest/api/policy.html#policies).
68-
69-
The core implementation is in:
70-
71-
* [`lib/internal/process/policy.js`](https://github.com/nodejs/node/blob/HEAD/lib/internal/process/policy.js)
72-
* [`lib/internal/policy`](https://github.com/nodejs/node/blob/HEAD/lib/internal/policy)
73-
74-
along with integration into the CJS and ESM loaders in:
75-
76-
* [`lib/internal/modules/esm`](https://github.com/nodejs/node/blob/HEAD/lib/internal/modules/esm)
77-
* [`lib/internal/modules/cjs`](https://github.com/nodejs/node/blob/HEAD/lib/internal/modules/cjs)

0 commit comments

Comments
 (0)