aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 645c857..ff8f2a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
109/07/2022
2 Wapiti 3.1.3
3 Reports: Add a new --detailed-report option that will put HTTP responses (headers and bodies) in the report.
4 Crawler: Add a new --mitm-port option that will replace the crawler with an intercepting proxy (mitmproxy)
5 Core: Dropped support of Python 3.7
6
113/05/2022 713/05/2022
2 Wapiti 3.1.2 8 Wapiti 3.1.2
3 mod_http_headers: Deprecate X-XSS-Protection header 9 mod_http_headers: Deprecate X-XSS-Protection header
@@ -343,7 +349,7 @@
343 GET_XSS: only scan for XSS with HTTP GET method (no post) 349 GET_XSS: only scan for XSS with HTTP GET method (no post)
344 POST_XSS: XSS attacks using POST and not GET 350 POST_XSS: XSS attacks using POST and not GET
345 GET_ALL: every attack without POST requests 351 GET_ALL: every attack without POST requests
346 352
34712/08/2006 35312/08/2006
348 Version 1.1.3 354 Version 1.1.3
349 Fixed the timeout bug with chunked responses 355 Fixed the timeout bug with chunked responses