mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
5 lines
306 B
Markdown
5 lines
306 B
Markdown
---
|
|
category: minorAnalysis
|
|
---
|
|
* The `Regex` class is now an abstract class that extends `StringlikeLiteral` with implementations for `RegExpLiteral` and string literals that 'flow' into functions that are known to interpret string arguments as regular expressions such as `Regex.new` and `String.match`.
|