Mageia Bugzilla – Attachment 13885 Details for
Bug 32032
python-requests new security issue CVE-2023-32681
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
test1
pyrequests_test1.py (text/plain), 140 bytes, created by
Herman Viaene
on 2023-06-22 13:48:24 CEST
(
hide
)
Description:
test1
Filename:
MIME Type:
Creator:
Herman Viaene
Created:
2023-06-22 13:48:24 CEST
Size:
140 bytes
patch
obsolete
>import requests >r = requests.get('http://github.com', allow_redirects=True) >print r.history >print r.url >print r.status_code >print r.cookies
import requests r = requests.get('http://github.com', allow_redirects=True) print r.history print r.url print r.status_code print r.cookies
View Attachment As Raw
Actions:
View
Attachments on
bug 32032
:
13885
|
13886
|
13887