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. |