Skip to content
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

Potential Vulnerability in requests==2.24.0 #107

Open
wangyueq0101 opened this issue Oct 28, 2024 · 0 comments
Open

Potential Vulnerability in requests==2.24.0 #107

wangyueq0101 opened this issue Oct 28, 2024 · 0 comments

Comments

@wangyueq0101
Copy link

Summary

A reachable construct was identified in requests==2.24.0 through my static analysis database. This version has been flagged as vulnerable in PyPI's open-source vulnerability database. The analysis uncovered 1 call chain leading to this construct. Below is one example to illustrate the potential vulnerability:

Call Chain Analysis

.lib.api.user_info->.lib.api.get_page->requests.sessions.Session.get->requests.sessions.Session.request->requests.sessions.Session.send->requests.sessions.SessionRedirectMixin.resolve_redirects->requests.sessions.SessionRedirectMixin.rebuild_proxies

Patch and Code Changes

We suspect that this construct may be vulnerable because it was modified in a [security-related patch]. This suggests that the original code might have contained a flaw, and it may still be risky to use the affected version (requests==2.24.0) without further investigation.

Note:

This issue was identified through a static analysis of the project at commit [4debaa2].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant