Suggest using ranges as protection against ReDos
Adds a suggestion to specify ranges in regular expressions instead of unbounded `*` and `+` matchers as part of protecting the matching engine against regular expression DoS also known as Catastrophic Backtracking.
Showing
Please register or sign in to comment