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
Inefficient regular expression
This part of the regular expression may cause exponential backtracking on strings
containing many repetitions of '!'.
although regular expression does not have any ! and I am not aware of any special handling of ! in the source string which should somehow trigger such behavior.
URL to the alert on the project page on LGTM.com
unfortunately I am just a contributor and do not have access to those. May be @0xdevalias could help.