Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-header-script.patch | Add needed shebang to TextParser.py. | Hugo Lefeuvre <hle@debian.org> | no | 2016-07-16 | ||
switch-to-python3.patch | Switch to Python3 Change shebang to use python3 |
Sophie Brun <sophie@offensive-security.com> | no | 2019-05-03 | ||
add-sys-path-append | Add sys.path information to wfuzz.py. Add sys.path.append to the main script to make it look under /usr/share/wfuzz/ for the rest of the modules it needs. |
Debian Security Tools <team+pkg-security@tracker.debian.org> | no | 2020-02-06 | ||
upgrade-doc-installation.patch | don't install docs as data_files By default the docs are installed into /usr/docs. |
Sophie Brun <sophie@offensive-security.com> | no | 2019-05-03 | ||
pr347.patch | Correct dependency specification for pyparsing wildcard(*) is not allowed in inclusive comparison: https://peps.python.org/pep-0440/#inclusive-ordered-comparison Version is adjusted according to: https://github.com/xmendez/wfuzz/issues/206#issuecomment-673519577 |
Stanislav Levin <slev@altlinux.org> | no | debian | https://github.com/xmendez/wfuzz/pull/347 | 2023-02-14 |
python3.12.patch | Avoid the use of distutils and imp No longer available in Python 3.12 | Graham Inggs <ginggs@debian.org> | no | debian | 2024-03-25 |