Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad59c82

Browse filesBrowse files
mcollinamarco-ippolito
authored andcommitted
doc: clarify that WASM is trusted
Signed-off-by: Matteo Collina <hello@matteocollina.com> PR-URL: #56345 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent d6aca0c commit ad59c82
Copy full SHA for ad59c82

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎SECURITY.md‎

Copy file name to clipboardExpand all lines: SECURITY.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ lead to a loss of confidentiality, integrity, or availability.
111111
1. The developers and infrastructure that runs it.
112112
2. The operating system that Node.js is running under and its configuration,
113113
along with anything under control of the operating system.
114-
3. The code it is asked to run, including JavaScript and native code, even if
115-
said code is dynamically loaded, e.g., all dependencies installed from the
114+
3. The code it is asked to run, including JavaScript, WASM and native code, even
115+
if said code is dynamically loaded, e.g., all dependencies installed from the
116116
npm registry.
117117
The code run inherits all the privileges of the execution user.
118118
4. Inputs provided to it by the code it is asked to run, as it is the

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.