mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Polish query select
This commit is contained in:
@@ -15,4 +15,5 @@ import experimental.semmle.python.security.injection.NoSQLInjection
|
||||
|
||||
from CustomPathNode source, CustomPathNode sink
|
||||
where noSQLInjectionFlow(source, sink)
|
||||
select source, sink
|
||||
select sink, source, sink, "$@ NoSQL query contains an unsanitized $@", sink, "This", source,
|
||||
"user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user