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 55 */
66
77private 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
1111private import semmle.python.Concepts as Concepts
1212
1313/**
Original file line number Diff line number Diff line change 77 */
88
99import python
10- import UnsafeShellCommandConstructionCustomizations:: UnsafeShellCommandConstruction
1110import 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
1515
1616/**
1717 * 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