diff --git a/ql/src/Security/CWE-088/ArgumentInjectionCritical.md b/ql/src/Security/CWE-088/ArgumentInjectionCritical.md index 4957297be92..92e480e4a7a 100644 --- a/ql/src/Security/CWE-088/ArgumentInjectionCritical.md +++ b/ql/src/Security/CWE-088/ArgumentInjectionCritical.md @@ -31,7 +31,7 @@ jobs: cat file.txt | sed "s/BODY_PLACEHOLDER/$BODY/g" > replaced.txt ``` -An attacker may set the body of an Issue comment to `BAR|g;1e whoami;#` and the command `whoami` will get executed during the `sed` operation. +An attacker may set the body of an Issue comment to `BAR/g;1e whoami;#` and the command `whoami` will get executed during the `sed` operation. ## References