We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e500265 commit e8f0e14Copy full SHA for e8f0e14
doc/_regexp.rdoc
@@ -1251,7 +1251,7 @@ the potential vulnerability arising from this is the {regular expression denial-
1251
1252
\Regexp matching can apply an optimization to prevent ReDoS attacks.
1253
When the optimization is applied, matching time increases linearly (not polynomially or exponentially)
1254
-in relation to the input size, and a ReDoS attach is not possible.
+in relation to the input size, and a ReDoS attack is not possible.
1255
1256
This optimization is applied if the pattern meets these criteria:
1257
0 commit comments