We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c12ad commit 96a02abCopy full SHA for 96a02ab
1 file changed
csharp/ql/src/Security Features/CWE-016/ASPNetMaxRequestLength.ql
@@ -1,9 +1,13 @@
1
/**
2
- * @name Large maxRequestLength value
+ * @name Large 'maxRequestLength' value
3
* @description Setting a large 'maxRequestLength' value may render a webpage vulnerable to
4
* denial-of-service attacks.
5
* @kind problem
6
* @problem.severity warning
7
+ * @id cs/web/large-max-request-length
8
+ * @tags security
9
+ * frameworks/asp.net
10
+ * external/cwe/cwe-16
11
*/
12
13
import csharp
0 commit comments