You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regular expression NUMBERED_REFERENCE_REGEX in numbers.rb is prone to catastrophic backtracking. This can happen if the text contains large numbers following the decimal point.
For example, the following text will result in an "infinite" loop:
Foobar me.600036001060011700057000 There is nothing to report.
The text was updated successfully, but these errors were encountered:
The regular expression
NUMBERED_REFERENCE_REGEX
innumbers.rb
is prone to catastrophic backtracking. This can happen if the text contains large numbers following the decimal point.For example, the following text will result in an "infinite" loop:
Foobar me.600036001060011700057000 There is nothing to report.
The text was updated successfully, but these errors were encountered: