mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Update javascript/ql/lib/change-notes/2024-11-28-regexp-unknown-flags.md
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
* Queries now flag `new RegExp objects`, not just `regex literals`.
|
||||
* `RegExp` queries in JavaScript now account for unknown flags.
|
||||
* Queries working with regular expressions now also handle regular expressions constructed using `new RegExp(..)`. Previously some queries didn't handle such regular expressions.
|
||||
* Regular expression related queries now account for unknown flags.
|
||||
|
||||
Reference in New Issue
Block a user