Highlights
Information Disclosure: 1 prior fix. Scrutinize any change in this area.
integrations/google-classroom/src/lib/client.ts: 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.
SQL Injection: The tool accepts user-controlled SQL and previously allowed multi-statement or unterminated literals, enabling injection attacks. The fix adds validation but similar patterns may exist in other database tools.
Information Disclosure: Raw Axios error objects could leak the Authorization header, exposing credentials. The fix sanitizes errors, but other HTTP clients or error handlers may still leak sensitive data.