1. GitHub Security Issue: SSRF Bypass via Unvalidated Redirects in safe_get() and SafeSession
A high-severity security vulnerability was identified in a codebase's SSRF (Server-Side Request Forgery) protection mechanisms. The functions `safe_get()` and `SafeSession.request()` were found to have a critical flaw when used with the parameter `allow_redirects=True`. While the initial request URL was properly valida...