We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ca985b + 293dd1a commit 0cabcf8Copy full SHA for 0cabcf8
ql/src/Security/CWE-088/ArgumentInjectionCritical.md
@@ -31,7 +31,7 @@ jobs:
31
cat file.txt | sed "s/BODY_PLACEHOLDER/$BODY/g" > replaced.txt
32
```
33
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.
+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.
35
36
## References
37
0 commit comments