mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Apply suggestions from code review
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
committed by
GitHub
parent
89305865d0
commit
d27442e846
@@ -41,7 +41,7 @@
|
||||
<p>
|
||||
|
||||
An even safer alternative is to design the application
|
||||
such that sanitization isn't needed at all, for instance by using HTML
|
||||
so that sanitization is not needed, for instance by using HTML
|
||||
templates that are explicit about the values they treat as HTML.
|
||||
|
||||
</p>
|
||||
|
||||
@@ -34,8 +34,8 @@ likely to handle corner cases correctly than a custom implementation.
|
||||
|
||||
<p>
|
||||
|
||||
An even safer alternative is to design the application such that sanitization isn't
|
||||
needed at all, for instance by using prepared statements for SQL queries.
|
||||
An even safer alternative is to design the application so that sanitization is not
|
||||
needed, for instance by using prepared statements for SQL queries.
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<p>
|
||||
|
||||
An even safer alternative is to design the application
|
||||
such that sanitization isn't needed at all, for instance by using HTML
|
||||
so that sanitization is not needed, for instance by using HTML
|
||||
templates that are explicit about the values they treat as HTML.
|
||||
|
||||
</p>
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
|
||||
<p>
|
||||
|
||||
An even safer alternative is to design the application such that sanitization isn't
|
||||
needed at all, for instance by using prepared statements for SQL queries.
|
||||
An even safer alternative is to design the application so that sanitization is not
|
||||
needed, for instance by using prepared statements for SQL queries.
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user