Package: python-requests-kerberos / 0.5-2
Metadata
Package | Version | Patches format |
---|---|---|
python-requests-kerberos | 0.5-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable broken test in python3.patch | (download) |
test_requests_kerberos.py |
3 2 + 1 - 0 ! |
disable broken test The following test breaks in Python3: self.assertEqual(r.content, b'') so this patch neutralizes it. |
fix setup.py to work with python3.patch | (download) |
setup.py |
2 1 + 1 - 0 ! |
fix setup.py to work as well in python 3 The filter function in Python 3 doesn't return a list anymore, so we use list() to convert it. |
CVE 2014 8650_Handle_mutual_authentication.patch | (download) |
requests_kerberos/kerberos_.py |
2 1 + 1 - 0 ! |
cve-2014-8650: handle mutual authentication Make certain that responses always pass through handle_other() to provide mutual authentication before returning them to the user. |
1