mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
python: Add missing input
also update test expectation
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
import python
|
||||
import experimental.semmle.python.security.injection.NoSQLInjection
|
||||
import DataFlow::PathGraph
|
||||
|
||||
from NoSQLInjection::Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where config.hasFlowPath(source, sink)
|
||||
|
||||
Reference in New Issue
Block a user