Security context

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

joerick/pyinstrument
main @ 5b48ef6
2
Fixes
0
CVEs
MEDIUM
Peak severity
0.0%
Coverage
Highlights
Denial of Service: 2 prior fixes. Scrutinize any change in this area.
pyinstrument/frame.py: 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.

Denial of Service: HTML rendering of large sample sets can exhaust browser memory/CPU; fixed by adding resampling to cap sample count.
Denial of Service: Recursive proportion_of_total property can cause stack overflow on deep traces; removed to avoid crash.