Added change notes

This commit is contained in:
Napalys
2024-11-28 11:16:21 +01:00
parent 9a1c1f4be3
commit fd773603e6

View File

@@ -0,0 +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.