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

Class SensitiveData :: Source

Import path

import semmle.python.security.SensitiveData

Direct supertypes

Indirect supertypes

Known direct subtypes

Predicates

Inherited predicates

flowsToSink

Holds if taint can flow from this source to sink sink

from TaintSource
flowsToSink

Holds if taint can flow from this source to taint sink 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 startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

from TaintSource
isSourceOf

Holds if this is a source of taint kind kind

from TaintSource
isSourceOf

Holds if this is a source of taint kind kind for the given context. Generally, this should not need to be overridden; overriding isSourceOf(kind) should be sufficient.

from TaintSource
toString

Gets a textual representation of this element.

from TaintSource