sanitizePaths property
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;
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.
final bool sanitizePaths;