File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
python/ql/lib/semmle/python/security/dataflow Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
private import python
8
- import semmle.python.dataflow.new.DataFlow
9
- import semmle.python.dataflow.new.TaintTracking
10
- import CommandInjectionCustomizations:: CommandInjection as CommandInjection
8
+ private import semmle.python.dataflow.new.DataFlow
9
+ private import semmle.python.dataflow.new.TaintTracking
10
+ private import CommandInjectionCustomizations:: CommandInjection as CommandInjection
11
11
private import semmle.python.Concepts as Concepts
12
12
13
13
/**
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
import python
10
- import UnsafeShellCommandConstructionCustomizations:: UnsafeShellCommandConstruction
11
10
import semmle.python.dataflow.new.DataFlow
12
- import semmle.python.dataflow.new.TaintTracking
13
- import CommandInjectionCustomizations:: CommandInjection as CommandInjection
14
- import semmle.python.dataflow.new.BarrierGuards
11
+ import UnsafeShellCommandConstructionCustomizations:: UnsafeShellCommandConstruction
12
+ private import semmle.python.dataflow.new.TaintTracking
13
+ private import CommandInjectionCustomizations:: CommandInjection as CommandInjection
14
+ private import semmle.python.dataflow.new.BarrierGuards
15
15
16
16
/**
17
17
* A taint-tracking configuration for detecting shell command constructed from library input vulnerabilities.
You can’t perform that action at this time.
0 commit comments