Package: pocsuite3 / 2.0.3-3
Metadata
Package | Version | Patches format |
---|---|---|
pocsuite3 | 2.0.3-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Remove mmh3 requirements.patch | (download) |
pocsuite3/lib/yaml/nuclei/protocols/common/expressions/__init__.py |
21 10 + 11 - 0 ! |
remove mmh3 requirements |
Fix a NameError in hook_urllib3_parse_url.py.patch | (download) |
pocsuite3/lib/request/patch/hook_urllib3_parse_url.py |
65 32 + 33 - 0 ! |
fix a nameerror in hook_urllib3_parse_url.py File "/usr/lib/python3/dist-packages/requests/sessions.py", line 484, in prepare_request p.prepare( ~~~~~~~~~^ method=request.method.upper(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<10 lines>... hooks=merge_hooks(request.hooks, self.hooks), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3/dist-packages/requests/models.py", line 367, in prepare self.prepare_url(url, params) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/requests/models.py", line 433, in prepare_url scheme, auth, host, port, path, query, fragment = parse_url(url) ~~~~~~~~~^^^^^ File "/usr/lib/python3/dist-packages/pocsuite3/lib/request/patch/hook_urllib3_parse_url.py", line 191, in patched_parse_url url, path_, delim = split_first(url, ['/', '?', '#']) ^^^^^^^^^^^ NameError: name 'split_first' is not defined |
1