Highlights
Information Disclosure: 1 prior fix. Scrutinize any change in this area.
git/git.go: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Information Disclosure: API keys were previously cached in plain-text JSON files on the local filesystem, rendering them accessible to unauthorized local processes or users. Storing sensitive tokens in unencrypted local files exposes the integration to total credential compromise.
Insecure Permissions: Temporary git hook configurations and commit messages were created without restrictive access controls. This allowed local attackers on the same system to read or potentially modify active hook configurations, leading to unauthorized execution contexts.