Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
src/aes.rs: most-fixed (1 issue). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Auth Bypass: The ignore_encryption_flag option allows reading encrypted files without a password, directly bypassing access control.
Path Traversal: Improper handling of backslash separators allowed traversal strings to bypass sanitization, enabling arbitrary file access.
Cryptographic Weakness: Empty passwords produced predictable keys, weakening encryption and enabling decryption attacks.