Security context

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

microsoft/typescript-go
main @ 89d5d5b
18
Fixes
0
CVEs
HIGH
Peak severity
83.3%
Coverage
Highlights
Denial of Service: 17 prior fixes. Scrutinize any change in this area.
internal/checker/checker.go: most-fixed (6 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.

Denial of Service: Multiple recursion and overflow vulnerabilities in type resolution can cause stack overflows or hangs on crafted types.
Denial of Service: Panics from nil/type assertions and path traversal in tsconfig parsing can crash the server or escape project root.
Denial of Service: Infinite recursion in type symbol resolution can cause stack overflow.