Skip to content

Commit 2a4c0b8

Browse files
authored
fix: minor typo for DoS
1 parent eec1167 commit 2a4c0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4187,7 +4187,7 @@

Corrupted Script Input Security and Privacy Risk

41874187
<section id="sec-security-consideration-script-processing">
41884188
<h3>Denial of Service Security Riskh3>
41894189
<p>
4190-
If a script performs a heavy functional processing on received requests before the request is authenticated, it presents a great risk for Denial-Of-Service (DOS) attacks.
4190+
If a script performs heavy functional processing on received requests before the request is authenticated, it presents a great risk for Denial-of-Service (DoS) attacks.
41914191
p>
41924192
<dl><dt>Mitigation:dt><dd>
41934193
Scripts should avoid heavy functional processing without prior successful

0 commit comments

Comments
 (0)