Package: wapiti / 3.0.4+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
wapiti | 3.0.4+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable nikto download.patch | (download) |
wapitiCore/attack/mod_nikto.py |
4 4 + 0 - 0 ! |
disable downloading of nikto database. The Nikto database contains a notice that forbids use of the file with anything other than the full Nikto package. Also, downloading at run-time would cause problems with writing the file because the config directory isn't writeable. |
allow local nikto db.patch | (download) |
wapitiCore/attack/mod_nikto.py |
5 3 + 2 - 0 ! |
save and load the local nikto database in nikto format. |
install only pertinent docs.patch | (download) |
setup.py |
7 0 + 7 - 0 ! |
avoid double changelog install This patch avoids the double doc/ChangeLog_Wapiti /doc/changelog install, spotted by a lintian warning. |
remove jquery.patch | (download) |
wapiti3.egg-info/SOURCES.txt |
3 1 + 2 - 0 ! |
remove jquery from sources. This allows the package to be rebuilt twice, since SOURCES.txt is generated at build time |
fix typos.patch | (download) |
doc/wapiti.1 |
4 2 + 2 - 0 ! |
fix typos in manpages |
remove js mentions.patch | (download) |
wapitiCore/report_template/report.html |
3 1 + 2 - 0 ! |
remove js mention in report.html We removed the files *.min.js form the source because source code is missing. Remove the mention of the file in the report.html to avoid errors. |
ignore js dir in html report generation.patch | (download) |
wapitiCore/report/htmlreportgenerator.py |
2 1 + 1 - 0 ! |
ignore js dir in html report generation Bug-Debian: https://bugs.debian.org/952720 |