mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Update ruby/ql/lib/codeql/ruby/security/performance/ParseRegExp.qll
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ private import codeql.ruby.ApiGraphs
|
||||
|
||||
/**
|
||||
* A `StringlikeLiteral` containing a regular expression term, that is, either
|
||||
* a regular expression literal, a string literal used in a context where
|
||||
* a regular expression literal, or a string literal used in a context where
|
||||
* it is parsed as regular expression.
|
||||
*/
|
||||
abstract class RegExp extends AST::StringlikeLiteral {
|
||||
|
||||
Reference in New Issue
Block a user