Skip to content

Commit 0cabcf8

Browse files
author
Alvaro Muñoz
authored
Merge pull request #76 from github/pwntester-patch-1
Update ArgumentInjectionCritical.md
2 parents 1ca985b + 293dd1a commit 0cabcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/Security/CWE-088/ArgumentInjectionCritical.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cat file.txt | sed "s/BODY_PLACEHOLDER/$BODY/g" > replaced.txt
3232
```
3333
34-
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.
34+
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.
3535

3636
## References
3737

0 commit comments

Comments
 (0)