mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
306 B
306 B
category
| category |
|---|
| minorAnalysis |
- The
Regexclass is now an abstract class that extendsStringlikeLiteralwith implementations forRegExpLiteraland string literals that 'flow' into functions that are known to interpret string arguments as regular expressions such asRegex.newandString.match.