mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python: List NoSQL injection sinks
This commit is contained in:
@@ -58,6 +58,10 @@ DataFlow::Node relevantTaintSink(string kind) {
|
||||
or
|
||||
kind = "RegexInjection" and result instanceof RegexInjection::Sink
|
||||
or
|
||||
kind = "NoSqlInjection (string sink)" and result instanceof NoSqlInjection::StringSink
|
||||
or
|
||||
kind = "NoSqlInjection (dict sink)" and result instanceof NoSqlInjection::DictSink
|
||||
or
|
||||
kind = "ServerSideRequestForgery" and result instanceof ServerSideRequestForgery::Sink
|
||||
or
|
||||
kind = "SqlInjection" and result instanceof SqlInjection::Sink
|
||||
|
||||
Reference in New Issue
Block a user