Security context

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

zhuyifei1999/guppy3
master @ 47921b0
1
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Memory Corruption: 1 prior fix. Scrutinize any change in this area.
src/heapy/hv_cli.c: most-fixed (1 issue). 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.

Memory Corruption: Inconsistencies between the internal memory layout of custom objects (NYTUPLELIKE) and CPython's allocator expectations (specifically regarding fields like ob_hash in Python 3.14) can lead to out-of-bounds writes, heap corruption, or misaligned memory access. Developers must carefully track changes in CPython's PyObject definitions.