Skip to content

Commit

Permalink
Merge pull request #1208 from Fred-O-Nyarko/patch-1
Browse files Browse the repository at this point in the history
Update commandline-injection.md
  • Loading branch information
andrewnicols authored Dec 14, 2024
2 parents 8bb3214 + f8ccbc7 commit 49ca620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ However, when there is no other option, it is the standard approach of cleaning

## What you need to do in your code

- Tyy to avoid using shell commands if at all possible.
- Try to avoid using shell commands if at all possible.
- Many utilities are available as PHP libraries.
- If you can't avoid shell commands, use `escapeshellcmd` and `escapeshellarg`.

Expand Down

0 comments on commit 49ca620

Please sign in to comment.