зеркало из https://github.com/github/codeql.git
Apply suggestions from code review
Co-Authored-By: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Родитель
0a8e371b0e
Коммит
c0250894de
|
@ -9,8 +9,8 @@
|
|||
Sanitizing untrusted input for HTML meta-characters is an important
|
||||
technique for preventing cross-site scripting attacks. Usually, this
|
||||
is done by escaping <code><</code>, <code>></code>,
|
||||
<code>&</code> and <code>"</code>. But the context in which
|
||||
the sanitized value is used decides which characters that actually
|
||||
<code>&</code> and <code>"</code>. However, the context in which
|
||||
the sanitized value is used decides the characters that
|
||||
need to be sanitized.
|
||||
|
||||
</p>
|
||||
|
@ -59,7 +59,7 @@
|
|||
<p>
|
||||
|
||||
Sanitizing the user-controlled data for
|
||||
<code>"</code> prevents the vulnerability:
|
||||
<code>"</code> helps prevent the vulnerability:
|
||||
|
||||
</p>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче