CodeQL library for Python
codeql/python-all 0.11.14 (changelog, source)
Search

Class SqlInjectionSink

Import path

import semmle.python.security.SQL

Direct supertypes

Indirect supertypes

Inherited predicates

getLocationfrom TaintSink
hasLocationInfo

Holds if this element is at the specified location. The location spans column startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

from TaintSink
sinks

Holds if this “sinks” taint kind kind Typically this means that this is vulnerable to taint kind kind.

from TaintSink
toString

Gets a textual representation of this element.

from TaintSink