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

Module Decoding

Provides a class for modeling new decoding mechanisms.

Import path

import semmle.python.Concepts

Classes

Range

A data-flow node that decodes data from a binary or textual format. This is intended to include deserialization, unmarshalling, decoding, unpickling, decompressing, decrypting, parsing etc.