Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f20eeb commit 444a15aCopy full SHA for 444a15a
2 files changed
python/ql/src/semmle/python/Concepts.qll
@@ -9,7 +9,6 @@ private import semmle.python.dataflow.new.DataFlow
9
private import semmle.python.dataflow.new.RemoteFlowSources
10
private import semmle.python.dataflow.new.TaintTracking
11
private import semmle.python.Frameworks
12
-private import semmle.python.ApiGraphs
13
14
/**
15
* A data-flow node that executes an operating system command,
python/ql/src/semmle/python/security/dataflow/RegexInjection.qll
@@ -8,6 +8,7 @@ import semmle.python.Concepts
8
import semmle.python.dataflow.new.DataFlow
import semmle.python.dataflow.new.TaintTracking
import semmle.python.dataflow.new.RemoteFlowSources
+import semmle.python.ApiGraphs
* A taint-tracking configuration for detecting regular expression injections.
0 commit comments