File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ with those resources.
99 The resource can be entirely allowed or denied, or actions related to it can
1010 be controlled. For example, file system reads can be allowed while denying
1111 writes.
12+ This feature does not protect against malicious code. According to the Node.js
13+ [ Security Policy] [ ] , Node.js trusts any code it is asked to run.
14+
15+ The permission model implements a "seat belt" approach, which prevents trusted
16+ code from unintentionally changing files or using resources that access has
17+ not explicitly been granted to. It does not provide security guarantees in the
18+ presence of malicious code. Malicious code can bypass the permission model and
19+ execute arbitrary code without the restrictions imposed by the permission
20+ model.
1221
1322If you find a potential security vulnerability, please refer to our
1423[ Security Policy] [ ] .
You can’t perform that action at this time.
0 commit comments