Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d27442e

Browse files
esbenafelicitymay
andauthored
Apply suggestions from code review
Co-authored-by: Felicity Chapman <[email protected]>
1 parent 8930586 commit d27442e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

javascript/ql/src/Security/CWE-116/IncompleteHtmlAttributeSanitization.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<p>
4242

4343
An even safer alternative is to design the application
44-
such that sanitization isn't needed at all, for instance by using HTML
44+
so that sanitization is not needed, for instance by using HTML
4545
templates that are explicit about the values they treat as HTML.
4646

4747
</p>

javascript/ql/src/Security/CWE-116/IncompleteSanitization.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ likely to handle corner cases correctly than a custom implementation.
3434

3535
<p>
3636

37-
An even safer alternative is to design the application such that sanitization isn't
38-
needed at all, for instance by using prepared statements for SQL queries.
37+
An even safer alternative is to design the application so that sanitization is not
38+
needed, for instance by using prepared statements for SQL queries.
3939

4040
</p>
4141

javascript/ql/src/Security/CWE-116/UnsafeHtmlExpansion.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<p>
3333

3434
An even safer alternative is to design the application
35-
such that sanitization isn't needed at all, for instance by using HTML
35+
so that sanitization is not needed, for instance by using HTML
3636
templates that are explicit about the values they treat as HTML.
3737

3838
</p>

javascript/ql/src/Security/CWE-843/TypeConfusionThroughParameterTampering.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838

3939
<p>
4040

41-
An even safer alternative is to design the application such that sanitization isn't
42-
needed at all, for instance by using prepared statements for SQL queries.
41+
An even safer alternative is to design the application so that sanitization is not
42+
needed, for instance by using prepared statements for SQL queries.
4343

4444
</p>
4545

0 commit comments

Comments
 (0)