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

Module Path

Provides classes for modeling path-related APIs.

Import path

import semmle.python.Concepts

Classes

PathNormalization

A data-flow node that performs path normalization. This is often needed in order to safely access paths.

SafeAccessCheck

A data-flow node that checks that a path is safe to access.

Modules

PathNormalization

Provides a class for modeling new path normalization APIs.

SafeAccessCheck

Provides a class for modeling new path safety checks.