Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
doobeh 2010-11-03 12:10:44 -07:00 committed by Armin Ronacher
parent 4f1b086218
commit 67f483bf64

View file

@ -11,7 +11,7 @@ Cross-Site Scripting (XSS)
--------------------------
Cross site scripting is the concept of injecting arbitrary HTML (and with
it JavaScript) into the context of a website. To rememdy this, developers
it JavaScript) into the context of a website. To remedy this, developers
have to properly escape text so that it cannot include arbitrary HTML
tags. For more information on that have a look at the Wikipedia article
on `Cross-Site Scripting