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

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2023-09-13 13:37:18 +02:00
committed by GitHub
parent 93140cb061
commit 7d931492d8

View File

@@ -9,7 +9,6 @@ private import semmle.python.dataflow.new.DataFlow
private import semmle.python.Concepts private import semmle.python.Concepts
private import semmle.python.dataflow.new.RemoteFlowSources private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.dataflow.new.BarrierGuards private import semmle.python.dataflow.new.BarrierGuards
private import semmle.python.Frameworks
/** /**
* Provides default sources, sinks and sanitizers for detecting * Provides default sources, sinks and sanitizers for detecting