Skip to content

Commit 8026925

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Insecure configuration for ASP.NET requestValidationMode
3-
* @description Setting requestValidationMode to less than 4.5 disables built-in validations
3+
* @description Setting 'requestValidationMode' to less than 4.5 disables built-in validations
44
* included by default in ASP.NET. Disabling or downgrading this protection is not
55
* recommended.
66
* @kind problem

0 commit comments

Comments
 (0)