Skip to content

Commit f9cd60d

Browse files
Sim4n6p-
andauthored
Update ruby/src/security/CWE-770/DoS.qhelp
Co-authored-by: Peter Stöckli <[email protected]>
1 parent 4cb2145 commit f9cd60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/src/security/CWE-770/DoS.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this example a user-controlled data value such as `1_000` reaches a repeatabl
2222

2323
<p>To fix this vulnerability, it is required to constrain the size of the user input and validate the incoming value. </p>
2424

25-
<p>For illustration pureposes, we can limit the possible values for the user input to between `1` and `1_000`.</p>
25+
<p>For illustration purposes, we can limit the possible values for the user input to between `1` and `1_000`.</p>
2626

2727
<sample src="examples/good.rb" />
2828

0 commit comments

Comments
 (0)