mirror of
https://github.com/github/codeql.git
synced 2025-12-28 06:36:33 +01:00
Merge pull request #76 from github/pwntester-patch-1
Update ArgumentInjectionCritical.md
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user