summaryrefslogtreecommitdiffstats
path: root/queries/hare/injections.scm
blob: 2992a948d471b61ab7c36eef6d180712b5d625a6 (plain) (blame)
1
2
3
4
5
6
7
8
(comment) @comment

((call_expression
  . (_) @_fnname
  . "("
  . (_ [(string_content) (raw_string_content)] @regex)
  . ")")
  (#any-of? @_fnname "compile" "regex::compile"))