Highlights
Information Disclosure: 1 prior fix. Scrutinize any change in this area.
apprise/Apprise.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.
SSRF: Automatic redirect following on requests.get/post can be abused to pivot SSRF to internal hosts; the fix introduces a redirect toggle, but the default behavior and per-call enforcement may still be inconsistent across the many fetch sites.
Information Disclosure: Logging URLs with embedded credentials (e.g., user:pass@host) leaks secrets to logs; the fix only sanitizes when secure_logging is enabled, so default logging may still expose sensitive data.