Skip to content

Commit 93140cb

Browse files
committed
Python: import all frameworks
Are there any frameworks we do _not_ want here?
1 parent 0fe7740 commit 93140cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/security/dataflow/SqlInjectionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private import semmle.python.dataflow.new.DataFlow
99
private import semmle.python.Concepts
1010
private import semmle.python.dataflow.new.RemoteFlowSources
1111
private import semmle.python.dataflow.new.BarrierGuards
12-
private import semmle.python.frameworks.SqlAlchemy
12+
private import semmle.python.Frameworks
1313

1414
/**
1515
* Provides default sources, sinks and sanitizers for detecting

0 commit comments

Comments
 (0)