mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Update csharp/ql/src/Security Features/CWE-016/ASPNetRequestValidationMode.ql
Added missing quotes. Co-Authored-By: James Fletcher <42464962+jf205@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Insecure configuration for ASP.NET requestValidationMode
|
||||
* @description Setting requestValidationMode to less than 4.5 disables built-in validations
|
||||
* @description Setting 'requestValidationMode' to less than 4.5 disables built-in validations
|
||||
* included by default in ASP.NET. Disabling or downgrading this protection is not
|
||||
* recommended.
|
||||
* @kind problem
|
||||
|
||||
Reference in New Issue
Block a user