Skip to content

Tags: thc202/zaproxy

Tags

v2.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zaproxy#7852 from psiinon/docker/silent

Don't install/update add-ons if '-silent' option specified

issue-cookies-zest-3

Verified

This tag was signed with the committer’s verified signature.
Test for issue with Zest cookies

issue-cookies-zest-2

Verified

This tag was signed with the committer’s verified signature.
Test for issue with Zest cookies

issue-cookies-zest

Verified

This tag was signed with the committer’s verified signature.
Test for issue with Zest cookies

w2016-10-25

Verified

This commit was signed with the committer’s verified signature.
Correct charset determination in HttpResponseBody

Remove use of platform's default charset when determining if the charset
of the string is UTF-8, which was leading to wrong results if the
platform's default charset was not UTF-8.

Related to:
 - zaproxy#2935 - Wrong charset used in response body if no charset set
 - zaproxy#2941 - Attempt to determine (String) body's charset

alert-method-non-null

Verified

This commit was signed with the committer’s verified signature.
Initialise Alert's method to an empty string

The change prevents NullPointerException when testing for equality,
doing comparisons or obtaining the hash code if the alert no longer has
a message (thus the method was not being set to a non-null value).

ntlm_update_2

Use realm as domain, instead of hostname

Update NTLM implementation.

ntlm

Use realm as domain, instead of hostname

ntlm_update

Merge pull request zaproxy#2431 from thc202/output-auth-message-async

Fix InterruptedException while stopping the spider

w2016-01-22

Use the Alerts from the Alert tree for generation of reports