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
VG126 (Dynamic RegExp from user input) no longer fires when the argument is provably constant: a string literal, a const-list iteration (incl. imported SCREAMING_SNAKE lists), or someRegExp.source/.flags (cloning a compiled RegExp); minified bundles skipped
Validated: 29 to 21, all 8 removed are confirmed non-user-input (bot-pattern lists, a minified vendor bundle, RegExp clones), 0 true positives lost
No rule or tool changes (442 / 37); gate green (PASS/A/0)