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
fix(core): use a bounded whitespace prefix in attribute-strip regexes
CodeQL flags the \s* prefix as polynomial backtracking on
attacker-controlled input (js/polynomial-redos). A single \s is
enough: the attribute always has whitespace before it inside a tag.
0 commit comments