Files
codeql/ruby/ql/lib/change-notes/2022-02-28-regex-string-literals.md

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`.