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
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user