Class DbConnectionSource
A taint source representing sources of DB connections. This will be overridden to provide specific kinds of DB connection sources.
Import path
import semmle.python.security.injection.Sql
Direct supertypes
Indirect supertypes
Known direct subtypes
Inherited predicates
flowsToSink |
Holds if taint can flow from this source to sink |
from TaintSource |
flowsToSink |
Holds if taint can flow from this source to taint sink |
from TaintSource |
getATaintNode |
Gets a TaintedNode for this taint source |
from TaintSource |
getLocation | from TaintSource | |
hasLocationInfo |
Holds if this element is at the specified location. The location spans column |
from TaintSource |
isSourceOf |
Holds if |
from TaintSource |
isSourceOf |
Holds if |
from TaintSource |
toString |
Gets a textual representation of this element. |
from TaintSource |