1
0
Fork 0
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:
sampatbadhe 2022-10-08 08:30:33 +05:30 committed by Kazuhiro NISHIYAMA
parent 844a9dff88
commit 1fe2e34613
Notes: git 2022-10-08 12:36:27 +09:00

View file

@ -796,6 +796,6 @@ The other is timeout keyword of Regexp.new.
When using Regexps to process untrusted input, you should use the timeout When using Regexps to process untrusted input, you should use the timeout
feature to avoid excessive backtracking. Otherwise, a malicious user can 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 Note that the timeout is not set by default because an appropriate limit
highly depends on an application requirement and context. highly depends on an application requirement and context.