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
* Queries such as `IncompleteSanitization`, `TaintedPathCustomizations`, and `IncompleteBlacklistSanitizer` are now compatible with both `RegExpLiteral` and `RegExpObject`.
5
-
*Most of the `RegExp``JavaScript`queries now also consider unknown flags, whereas previously they were overlooked.
4
+
* Queries now flag `new RegExp objects`, not just `regex literals`.
5
+
*`RegExp` queries in JavaScript now account for unknown flags.
0 commit comments