Add more tests to prevent regression of CVE 2024 47081 Remove workaround not needed since py38 for os.path.expanduser.
Recent Commits to requests
-
Add more tests to prevent regression of CVE 2024 47081
-
Add new test to check netrc auth leak (#6962)
Add new test to check netrc auth leak (#6962) This patch adds a new test that reproduces the security issue reported here: https://seclists.org/oss-sec/2025/q2/204 Doing a request to a malicious url with a prefix like "domain.com:@" will use the "domain.com" netrc credentials in the request to other domain.