Skip to content

Commit dbe55c4

Browse files
aduh95Renegade334
andauthored
Update doc/api/deprecations.md
Co-authored-by: René <contact.9a5d6388@renegade334.me.uk>
1 parent 7df18dd commit dbe55c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4192,7 +4192,7 @@ changes:
41924192
Type: Runtime
41934193

41944194
When an `args` array is passed to [`child_process.execFile`][] or [`child_process.spawn`][] with the option
4195-
`{ shell: true }` or `{ shell: '/bin/zsh' }`, the values are not escaped, only space-separated,
4195+
`{ shell: true }` or `{ shell: '/path/to/shell' }`, the values are not escaped, only space-separated,
41964196
which can lead to shell injection.
41974197

41984198
### DEP0191: `repl.builtinModules`

0 commit comments

Comments
 (0)