Skip to content

Commit f77718b

Browse files
authored
Merge pull request #46 from codymikol/child-proc-link-fix
Use archived link for child_process as original is dead.
2 parents eefca90 + 4a17b95 commit f77718b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ From the Node.js API docs: "Setting `noAssert` to true skips validation of the `
5555

5656
Detects instances of [`child_process`](https://nodejs.org/api/child_process.html) & non-literal [`exec()`](https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback)
5757

58-
More information: https://blog.liftsecurity.io/2014/08/19/Avoid-Command-Injection-Node.js
58+
More information: https://web.archive.org/web/20140903015907/https://blog.liftsecurity.io/2014/08/19/Avoid-Command-Injection-Node.js
5959

6060
#### `detect-disable-mustache-escape`
6161

0 commit comments

Comments
 (0)