Highlights
Denial of Service: 2 prior fixes. Scrutinize any change in this area.
msrestazure/azure_active_directory.py: most-fixed (2 issues). 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: Two separate fixes added timeouts to token-fetch requests, indicating a repeated pattern of unbounded HTTP calls that can hang indefinitely and exhaust resources. Any future request without a timeout in this module is a likely regression.