We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb2145 commit f9cd60dCopy full SHA for f9cd60d
ruby/src/security/CWE-770/DoS.qhelp
@@ -22,7 +22,7 @@ In this example a user-controlled data value such as `1_000` reaches a repeatabl
22
23
<p>To fix this vulnerability, it is required to constrain the size of the user input and validate the incoming value. </p>
24
25
-<p>For illustration pureposes, we can limit the possible values for the user input to between `1` and `1_000`.</p>
+<p>For illustration purposes, we can limit the possible values for the user input to between `1` and `1_000`.</p>
26
27
<sample src="examples/good.rb" />
28
0 commit comments