sanitizePaths property

bool sanitizePaths
final

Whether to sanitize paths or not.

This will make the resolver ignore any paths that is an absolute path or a relative path that contains backtracking.

By default, it is disabled.

Implementation

final bool sanitizePaths;