Security context

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

metorial/metorial
main @ 49ac04c
2
Fixes
0
CVEs
HIGH
Peak severity
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.