@@ -111,8 +111,8 @@ lead to a loss of confidentiality, integrity, or availability.
|
111 | 111 | 1. The developers and infrastructure that runs it. |
112 | 112 | 2. The operating system that Node.js is running under and its configuration, |
113 | 113 | 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 |
116 | 116 | npm registry. |
117 | 117 | The code run inherits all the privileges of the execution user. |
118 | 118 | 4. Inputs provided to it by the code it is asked to run, as it is the |
|