Skip to content

Commit

Permalink
Merge pull request #46 from codymikol/child-proc-link-fix
Browse files Browse the repository at this point in the history
Use archived link for child_process as original is dead.
  • Loading branch information
evilpacket committed Apr 2, 2019
2 parents eefca90 + 4a17b95 commit f77718b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ From the Node.js API docs: "Setting `noAssert` to true skips validation of the `

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)

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

#### `detect-disable-mustache-escape`

Expand Down

0 comments on commit f77718b

Please sign in to comment.