mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: mention node:wasi in the Threat Model
PR-URL: https://github.com/nodejs/node/pull/51211 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
This commit is contained in:
@@ -124,6 +124,8 @@ lead to a loss of confidentiality, integrity, or availability.
|
||||
end being on the local machine or remote.
|
||||
6. The file system when requiring a module.
|
||||
See <https://nodejs.org/api/modules.html#all-together>.
|
||||
7. The `node:wasi` module does not currently provide the comprehensive file
|
||||
system security properties provided by some WASI runtimes.
|
||||
|
||||
Any unexpected behavior from the data manipulation from Node.js Internal
|
||||
functions may be considered a vulnerability if they are exploitable via
|
||||
|
||||
Reference in New Issue
Block a user