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
The Angular inner html check has an incorrect regex which results in a large number of false positives when scanning typescript files. The brackets should be escaped as the match is the string literal [innerHTML].