Skip to content

Commit 63884c1

Browse files
committed
Mixed spaces and tabs
1 parent 85eda8c commit 63884c1

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@
88
The
99
<code>maxRequestLength</code>
1010
attribute sets the limit for the input stream buffering
11-
threshold in KB. Attackers can use large requests to cause denial-of-service
11+
threshold in
12+
KB. Attackers can use large requests to cause denial-of-service
1213
attacks.
1314
</p>
1415
</overview>
1516
<recommendation>
1617

1718
<p>
18-
The recommended value is 4096 KB but you should try setting it as small
19+
The recommended value is 4096 KB but you should try setting it as
20+
small
1921
as possible according
2022
to business requirements.
2123
</p>
@@ -35,7 +37,8 @@
3537
<sample src="Web.config.ASPNetMaxRequestLength.bad" />
3638

3739
<p>
38-
Unless such a high value is strictly needed, it is better to set the
40+
Unless such a high value is strictly needed, it is better to set
41+
the
3942
recommended value (4096 KB):
4043
</p>
4144

0 commit comments

Comments
 (0)