Highlights
Denial of Service: 2 prior fixes. Scrutinize any change in this area.
datadog/api/http_client.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: Active connection sessions were leaked during HTTP requests when socket-closing operations were bypassed during failures, exposing the client to resource exhaustion over long-running processes.
Denial of Service: Socket error handling routines re-instantiated client sockets without explicitly closing the old file descriptor reference, causing a steady leak of system sockets on unstable networks.