mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge branch 'main' into badalloc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
private import codeql.rust.dataflow.DataFlow
|
||||
private import codeql.rust.security.regex.RegexInjectionExtensions
|
||||
|
||||
query predicate regexInjectionSink(DataFlow::Node node) { node instanceof RegexInjectionSink }
|
||||
query predicate regexInjectionSink(DataFlow::Node node) { node instanceof RegexInjection::Sink }
|
||||
|
||||
Reference in New Issue
Block a user