Skip to content

Commit 636e91b

Browse files
authored
Merge pull request #544 from w3c/danielpeintner-patch-5
fix: minor capitalization typo
2 parents 44f9505 + 55a5d09 commit 636e91b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4185,9 +4185,9 @@ <h3>Corrupted Script Input Security and Privacy Risk</h3>
41854185
</section>
41864186

41874187
<section id="sec-security-consideration-script-processing">
4188-
<h3>Denial Of Service Security Risk</h3>
4188+
<h3>Denial of Service (DoS) Security Risk</h3>
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)