There is a possible ReDos issue https://github.com/ruby/rdoc/blob/master/lib/rdoc/parser/ruby.rb#L2137 with string for example: `'0'*54773 + '\x000:'` https://github.com/ruby/rdoc/blob/master/lib/rdoc/comment.rb#L100 with string ex: `'\n'*106500100 + 'call-seq:' + 'a'*165100000`