Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

firebirdsql/jaybird
master @ 75022b6
3
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
Authentication Bypass: 2 prior fixes. Scrutinize any change in this area.
.github/workflows/build-only.yml: 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.

Authentication Bypass: Legacy authentication password hashing used an unspecified character set, causing non-ASCII passwords to hash inconsistently, enabling bypass or failure.
Authentication Bypass: SRP authentication computed SHA-1 hashes without stripping leading zero bytes, causing valid credentials to be rejected or potentially bypassed.
Privilege Escalation: GitHub Actions workflows ran with default permissions, allowing pull request triggers to escalate privileges and modify repository resources.