| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent eb776a3 commit e5800cc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3803,7 +3803,7 @@ Type: Documentation-only | |||
| 3803 | 3803 | `process.features.tls_alpn`, `process.features.tls_ocsp`, and `process.features.tls_sni` are | |
| 3804 | 3804 | deprecated, as their values are guaranteed to be identical to that of `process.features.tls`. | |
| 3805 | 3805 | ||
| 3806 | - ### DEP0190: Passing `args` to `node:child_process` `execFile`/`spawn` with `shell` option `true` | ||
| 3806 | + ### DEP0190: Passing `args` to `node:child_process` `execFile`/`spawn` with `shell` option | ||
| 3807 | 3807 | ||
| 3808 | 3808 | <!-- YAML | |
| 3809 | 3809 | changes: | |
@@ -3816,7 +3816,8 @@ changes: | |||
| 3816 | 3816 | Type: Documentation-only | |
| 3817 | 3817 | ||
| 3818 | 3818 | When an `args` array is passed to [`child_process.execFile`][] or [`child_process.spawn`][] with the option | |
| 3819 | - `{ shell: true }`, the values are not escaped, only space-separated, which can lead to shell injection. | ||
| 3819 | + `{ shell: true }` or `{ shell: '/path/to/shell' }`, the values are not escaped, only space-separated, | ||
| 3820 | + which can lead to shell injection. | ||
| 3820 | 3821 | ||
| 3821 | 3822 | ### DEP0191: `repl.builtinModules` | |
| 3822 | 3823 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments