Skip to content

Commit 2c21736

Browse files
committed
fix(python): Update Audit query
1 parent 70bd12c commit 2c21736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/src/audit/templates/BackwardsPartialDataFlow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import semmle.python.dataflow.new.DataFlow
1313
import semmle.python.dataflow.new.TaintTracking
1414
import semmle.python.ApiGraphs
1515
import PartialFlow::PartialPathGraph
16-
import ghsl.Helpers // required for dangerousSinks
16+
import ghsl
1717

1818
private module MyConfig implements DataFlow::ConfigSig {
1919
predicate isSource(DataFlow::Node source) { none() }

0 commit comments

Comments
 (0)