-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Only use hostname to do netrc lookup instead of netloc #6965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+1
−7
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 tasks
sigmavirus24
approved these changes
Jun 4, 2025
9 tasks
amine-malloul-gira
pushed a commit
to gira-de/splat
that referenced
this pull request
Jun 10, 2025
This update addresses the following vulnerabilities: - ### Impact Due to a URL parsing issue, Requests releases prior to 2.32.4 may leak .netrc credentials to third parties for specific maliciously-crafted URLs. ### Workarounds For older versions of Requests, use of the .netrc file can be disabled with `trust_env=False` on your Requests Session ([docs](https://requests.readthedocs.io/en/latest/api/#requests.Session.trust_env)). ### References psf/requests#6965 https://seclists.org/fulldisclosure/2025/Jun/2 - Aliases: CVE-2024-47081 - Recommendation: 2.32.4
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Jun 10, 2025
https://build.opensuse.org/request/show/1282999 by user dgarcia + anag_factory - Add CVE-2024-47081.patch upstream patch, fixes netrc credential leak (gh#psf/requests#6965, CVE-2024-47081, bsc#1244039)
dylan-mp4
added a commit
to dylan-mp4/soc-case-builder
that referenced
this pull request
Jun 12, 2025
This was referenced Jun 16, 2025
Merged
Merged
This was referenced Jun 20, 2025
This was referenced Jun 22, 2025
This was referenced Aug 11, 2025
Merged
1 task
This was referenced Aug 18, 2025
Merged
This was referenced Aug 25, 2025
This was referenced Sep 1, 2025
Merged
azmeuk
added a commit
to numerique-gouv/b3desk
that referenced
this pull request
Sep 10, 2025
This was referenced Sep 15, 2025
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Applies the patch generated from the GHSA which we couldn't merge as no one on the team had sufficient permissions.