Skip to content

Commit 09922e5

Browse files
committed
Merge branch 'master' of github.com:monkey-junkie/codeql
2 parents 895aa62 + cd18842 commit 09922e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

javascript/ql/src/experimental/Security/CWE-94/ServerSideTemplateInjection.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<overview>
77
<p>
8-
Server Side Template Injection vulnerabilities occur when user input is embedded
8+
Server-Side Template Injection vulnerabilities occur when user input is embedded
99
in a template in an unsafe manner allowing attackers to access the template context and
1010
run arbitrary code on the application server.
1111
</p>
@@ -21,7 +21,7 @@ render engine with sandbox options.
2121

2222
<example>
2323
<p>
24-
The following example shows html page being rendered with user input allowing attackers to access the
24+
The following example shows a page being rendered with user input allowing attackers to access the
2525
template context and run arbitrary code on the application server.
2626
</p>
2727

0 commit comments

Comments
 (0)