CVE-2026-34397: Rust Path Traversal Symlink File Createcve-2026-34397-rust-path-traversal-symlink-file-create
Dynamically constructed paths passed to `File::create` can lead to path traversal and symlink attack vulnerabilities if the variables contain untrusted input. `File::create` inherently follows symlinks and truncates files. Validate the input using a strict allowlist of characters and consider using `OpenOptions` with `libc::O_NOFOLLOW` instead of `File::crea