mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo Denail-of-Service => Denial-of-Service [ci skip]
This commit is contained in:
parent
844a9dff88
commit
1fe2e34613
Notes:
git
2022-10-08 12:36:27 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -796,6 +796,6 @@ The other is timeout keyword of Regexp.new.
|
|||
|
||||
When using Regexps to process untrusted input, you should use the timeout
|
||||
feature to avoid excessive backtracking. Otherwise, a malicious user can
|
||||
provide input to Regexp causing Denail-of-Service attack.
|
||||
provide input to Regexp causing Denial-of-Service attack.
|
||||
Note that the timeout is not set by default because an appropriate limit
|
||||
highly depends on an application requirement and context.
|
||||
|
|
Loading…
Reference in a new issue