Module External
Import path
import semmle.python.security.strings.External
Classes
ExternalFileObject |
A kind of “taint”, representing an open file-like object from an external source. |
ExternalJsonKind |
An hierarchical dictionary or list where the entire structure is externally controlled This is typically a parsed JSON object. |
ExternalStringDictKind |
A kind of “taint”, representing a dictionary mapping keys to tainted strings. |
ExternalStringKind |
An extensible kind of taint representing an externally controlled string. |
ExternalStringSequenceDictKind |
A kind of “taint”, representing a dictionary mapping keys to sequences of tainted strings. |
ExternalStringSequenceKind |
A kind of “taint”, representing a sequence, with a “taint” member |
ExternalUrlParseResult |
TaintKind for the result of |
ExternalUrlSplitResult |
TaintKind for the result of |
UrlsplitUrlparseTempSanitizer |
Temporary sanitizer for the tainted result from |