We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca985b commit 293dd1aCopy full SHA for 293dd1a
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