Security context

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

aio-libs/aiokafka
master @ 0ff6e71
3
Fixes
0
CVEs
MEDIUM
Peak severity
66.7%
Coverage
Highlights
Denial of Service: 3 prior fixes. Scrutinize any change in this area.
aiokafka/consumer/fetcher.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: Retried message batches can accumulate in internal pending structures without registering completion callbacks, leading to unbounded memory leaks in long-running producer applications.
Denial of Service: Passing float('inf') as a timeout to asyncio coroutines causes an OverflowError crash when applications run under uvloop instead of the default asyncio event loop.
Denial of Service: Idle timeouts in the consumer fetcher's getmany calls leave pending waiter futures active, leading to a steady memory leak under idle consumption cycles.