| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 531c64d commit f976c92
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4164,7 +4164,7 @@ Type: Documentation-only | |||
| 4164 | 4164 | `process.features.tls_alpn`, `process.features.tls_ocsp`, and `process.features.tls_sni` are | |
| 4165 | 4165 | deprecated, as their values are guaranteed to be identical to that of `process.features.tls`. | |
| 4166 | 4166 | ||
| 4167 | - ### DEP0190: Passing `args` to `node:child_process` `execFile`/`spawn` with `shell` option `true` | ||
| 4167 | + ### DEP0190: Passing `args` to `node:child_process` `execFile`/`spawn` with `shell` option | ||
| 4168 | 4168 | ||
| 4169 | 4169 | <!-- YAML | |
| 4170 | 4170 | changes: | |
@@ -4181,7 +4181,8 @@ changes: | |||
| 4181 | 4181 | Type: Runtime | |
| 4182 | 4182 | ||
| 4183 | 4183 | When an `args` array is passed to [`child_process.execFile`][] or [`child_process.spawn`][] with the option | |
| 4184 | - `{ shell: true }`, the values are not escaped, only space-separated, which can lead to shell injection. | ||
| 4184 | + `{ shell: true }` or `{ shell: '/path/to/shell' }`, the values are not escaped, only space-separated, | ||
| 4185 | + which can lead to shell injection. | ||
| 4185 | 4186 | ||
| 4186 | 4187 | ### DEP0191: `repl.builtinModules` | |
| 4187 | 4188 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments