Security context

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

triton-lang/triton
main @ 801136e
8
Fixes
0
CVEs
CRITICAL
Peak severity
57.1%
Coverage
Highlights
Memory Corruption: 4 prior fixes. Scrutinize any change in this area.
.github/workflows/*.yml: most-fixed (1 issue). Treat as high-risk during review.
6 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.

Memory Corruption: Pass marked buffer offsets safe without recursing through transparent wrappers, allowing negative summands to hide and cause OOB access.
Buffer Overflow: Bitmask width was log2(size) instead of actual size, permitting overlapping subslices and buffer overflow.
Memory Corruption: Deleting derived class through base pointer without virtual destructor is undefined behavior.