Highlights
Information Disclosure: 2 prior fixes. Scrutinize any change in this area.
transcrypt: most-fixed (3 issues). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Command Injection: The application dynamically evaluates git and shell commands. Untrusted files or inputs containing shell metacharacters could trigger arbitrary code execution via unsafe evaluation in the shell.
Information Disclosure: Using simple hashes of file content as a salt allows attackers with access to the encrypted repository to perform offline brute-force guessing attacks to verify the presence of known files.
Information Disclosure: Failing to fully prune git objects during cleanup operations leaves sensitive plaintext objects cached in Git packfiles, violating the expectation of complete uninstallation.