We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 895aa62 + cd18842 commit 09922e5Copy full SHA for 09922e5
1 file changed
javascript/ql/src/experimental/Security/CWE-94/ServerSideTemplateInjection.qhelp
@@ -5,7 +5,7 @@
5
6
<overview>
7
<p>
8
-Server Side Template Injection vulnerabilities occur when user input is embedded
+Server-Side Template Injection vulnerabilities occur when user input is embedded
9
in a template in an unsafe manner allowing attackers to access the template context and
10
run arbitrary code on the application server.
11
</p>
@@ -21,7 +21,7 @@ render engine with sandbox options.
21
22
<example>
23
24
-The following example shows html page being rendered with user input allowing attackers to access the
+The following example shows a page being rendered with user input allowing attackers to access the
25
template context and run arbitrary code on the application server.
26
27
0 commit comments