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

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
monkey-junkie
2020-05-05 02:15:00 +03:00
committed by GitHub
parent 68b57502f9
commit a60660617f

View File

@@ -5,7 +5,7 @@
<overview>
<p>
Server Side Template Injection vulnerabilities occur when user input is embedded
Server-Side Template Injection vulnerabilities occur when user input is embedded
in a template in an unsafe manner allowing attackers to access the template context and
run arbitrary code on the application server.
</p>