Skip to content

Commit 4af29e6

Browse files
Update java/ql/src/Security/CWE/CWE-094/TemplateInjection.qhelp
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 4997f36 commit 4af29e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-094/TemplateInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<qhelp>
33
<overview>
44
<p>
5-
Template Injection occurs when user input is embedded in a template's code in an unsafe manner.
5+
Template injection occurs when user input is embedded in a template's code in an unsafe manner.
66
An attacker can use native template syntax to inject a malicious payload into a template, which is then executed server-side.
77
This permits the attacker to run arbitrary code in the server's context.
88
</p>

0 commit comments

Comments
 (0)