Skip to content

Commit d2de9a2

Browse files
committed
Fixed change notes
1 parent 9ca0fe4 commit d2de9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
category: majorAnalysis
33
---
4-
* 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

Comments
 (0)