Skip to content

Commit 879d34d

Browse files
cldrnjf205
andauthored
Update csharp/ql/src/Security Features/CWE-016/ASPNetRequestValidationMode.qhelp
Missing comma. Co-Authored-By: James Fletcher <42464962+jf205@users.noreply.github.com>
1 parent 22964cb commit 879d34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Security Features/CWE-016/ASPNetRequestValidationMode.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
The <code>requestValidationMode</code> attribute in ASP.NET is used to configure built-in validation to
77
protect applications against code injections. Downgrading or disabling
88
this configuration is not recommended. The default value of 4.5
9-
is the only recommended value as previous versions only test a subset of requests.
9+
is the only recommended value, as previous versions only test a subset of requests.
1010
</p>
1111

1212
</overview>

0 commit comments

Comments
 (0)