CodeQL library for Rust
codeql/rust-all 0.2.5-dev (changelog, source)
Search

Module Path

Provides classes for modeling path-related APIs.

Import path

import codeql.rust.Concepts

Classes

SafeAccessCheck

A data-flow node that checks that a path is safe to access in some way, for example by having a controlled prefix.

Modules

PathNormalization

Provides a class for modeling new path normalization APIs.

SafeAccessCheck

Provides a class for modeling new path safety checks.

Aliases

PathNormalization

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