thc202

Results 52 issues of thc202

Tasks: - [x] Migrate #7299 once merged. - Done in zaproxy/zap-extensions#3886 - [x] Migrate #7356 and #7414 once merged. - Done in zaproxy/zap-extensions#3945 - [x] Ensure spider classes are all...

enhancement

Fix any 5 of the failing results on https://www.zaproxy.org/docs/scans/crawlmaze/ It is important to note that the priority here is to improve the ZAP scan results against real work apps so...

FalseNegative
stackhawk-bounty

From comments in #3053, show malformed URLs, extracted by the spider parsers, in Spider tab. It should be possible to also obtain/see those URLs using the ZAP API.

enhancement
add-on

The client side connection is kept open after forwarding a response without Content-Length making the client waiting for more data when there is none (and ZAP waiting for a new...

bug

From IRC channel: https://mozilla.logbot.info/websectools/20180606 For [historical reasons](https://github.com/zaproxy/zap-extensions/wiki/V1Extensions) some docs (e.g. wiki, help) still use "extension" to refer to [add-ons](https://github.com/zaproxy/zaproxy/wiki/ZapAddOns), which leads to confusion (since extensions are no longer installable by...

Component-Docs
tracker

Update Crawljax library to 3.8, from [zaproxy/crawljax](https://github.com/zaproxy/crawljax/). It has bug fixes, enhancements (e.g. for #3412), and improves compatibility with newer versions of the browsers (e.g. Firefox). Related to #4776. Add-on:...

enhancement
add-on
stackhawk-bounty

Make them private, static, and final. Remove a commented out logger. Update changelogs where needed.

Allow to specify the method when creating alert filters. Fix zaproxy/zaproxy#5967.

Update geckodriver to latest version. Reduce the page load timeout from 300 to 30 seconds, to reduce the overall time the tests take.

Suppress the serialisation warning in UI class, not expected to be serialised. Update JaCoCo to latest version which fully supports Java 18. Replace Gradle plugin to run npm which works...