| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 42e770b commit b43ecf4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -213,7 +213,7 @@ then untrusted input must not lead to arbitrary JavaScript code execution. | |||
| 213 | 213 | along with anything under the control of the operating system. | |
| 214 | 214 | * The code it is asked to run, including JavaScript, WASM and native code, even | |
| 215 | 215 | if said code is dynamically loaded, e.g., all dependencies installed from the | |
| 216 | - npm registry. | ||
| 216 | + npm registry or libraries loaded via `node:ffi`. | ||
| 217 | 217 | The code run inherits all the privileges of the execution user. | |
| 218 | 218 | * Inputs provided to it by the code it is asked to run, as it is the | |
| 219 | 219 | responsibility of the application to perform the required input validations, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments