Fixed change notes

This commit is contained in:
Napalys
2024-11-28 14:24:27 +01:00
parent 9ca0fe4cbf
commit d2de9a2238

View File

@@ -1,5 +1,5 @@
---
category: majorAnalysis
---
* Queries such as `IncompleteSanitization`, `TaintedPathCustomizations`, and `IncompleteBlacklistSanitizer` are now compatible with both `RegExpLiteral` and `RegExpObject`.
* Most of the `RegExp` `JavaScript` queries now also consider unknown flags, whereas previously they were overlooked.
* Queries now flag `new RegExp objects`, not just `regex literals`.
* `RegExp` queries in JavaScript now account for unknown flags.