mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
453 B
453 B
0.0.11
Minor Analysis Improvements
- 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. - The regular expression parser now groups sequences of normal characters. This reduces the number of instances of
RegExpNormalChar.