Skip to content

Commit 96a02ab

Browse files
committed
Adds quotes on name and additional info tags
1 parent 56c12ad commit 96a02ab

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
/**
2-
* @name Large maxRequestLength value
2+
* @name Large 'maxRequestLength' value
33
* @description Setting a large 'maxRequestLength' value may render a webpage vulnerable to
44
* denial-of-service attacks.
55
* @kind problem
66
* @problem.severity warning
7+
* @id cs/web/large-max-request-length
8+
* @tags security
9+
* frameworks/asp.net
10+
* external/cwe/cwe-16
711
*/
812

913
import csharp

0 commit comments

Comments
 (0)