top | item 47098413

(no title)

silverwind | 8 days ago

ReDoS is a bug in the regex engine. Still, V8 etc. seem to refuse to provide a ReDoS-safe regex engine by default.

discuss

order

ZiiS|8 days ago

Is the possibility to write an infinite loop in your language of choice a bug?

talkin|8 days ago

Most regex usage actually doesnt require near infinite backtracking, so limited unless opted in wouldn’t be that weird.