We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bd12c commit 2c21736Copy full SHA for 2c21736
python/src/audit/templates/BackwardsPartialDataFlow.ql
@@ -13,7 +13,7 @@ import semmle.python.dataflow.new.DataFlow
13
import semmle.python.dataflow.new.TaintTracking
14
import semmle.python.ApiGraphs
15
import PartialFlow::PartialPathGraph
16
-import ghsl.Helpers // required for dangerousSinks
+import ghsl
17
18
private module MyConfig implements DataFlow::ConfigSig {
19
predicate isSource(DataFlow::Node source) { none() }
0 commit comments