mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
Python: Adopt shared type tracking library
This commit is contained in:
@@ -50,7 +50,7 @@ module UnsafeShellCommandConstruction {
|
||||
source = backtrackShellExec(TypeTracker::TypeBackTracker::end(), shellExec)
|
||||
}
|
||||
|
||||
import semmle.python.dataflow.new.TypeTracker as TypeTracker
|
||||
import semmle.python.dataflow.new.TypeTracking as TypeTracker
|
||||
|
||||
private DataFlow::LocalSourceNode backtrackShellExec(
|
||||
TypeTracker::TypeBackTracker t, Concepts::SystemCommandExecution shellExec
|
||||
|
||||
Reference in New Issue
Block a user