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
Tried integrating recheck but found its execution to drastically slow page loading loading times, which would impact user experience.
Also explored only running recheck in local dev environments as a workaround that would still provide us the opportunity to catch vulnerabilities without affecting users.
Ultimately it seemed best to simply refactor and eliminate usage of dynamic regexes in favor of plain String functions.
The text was updated successfully, but these errors were encountered: