thc202

Results 52 issues of thc202

The HUD side frames might still be visible even if the option to hide them is enabled. I can reproduce the issue by refreshing the same page multiple times, once...

bug

Sometimes when going back to a previous page (browser's back button) the HUD takes a while to load, once finished the HUD error counter shows hundreds (if not thousands) of...

Noticed this while testing #159 (but can happen with other HUD features and the HUD itself). I was resending a (changed) request to some site and to my surprise the...

enhancement

Regularly failing tests: - [x] BadSiteUnitTest: LOG_ERROR is not defined - test rewritten - [x] BadSiteUnitTest: ZAP_HUD_FILES is not defined - [x] BadSiteUnitTest: Expected condition failed: waiting for element -...

maintenance

To ensure that the HUD also works correctly in Chrome (it should). This depends on a new release of [selenium-jupiter](https://github.com/bonigarcia/selenium-jupiter) to easily test both of them (Firefox and Chrome) using...

maintenance

If the window is resized (to make it smaller) enough the `management` frame ends up being over the last tools shown in the right panel preventing some interaction with them.

Per title, might be asking too much given the number of languages...

From OWASP ZAP Scripts: https://groups.google.com/d/msg/zaproxy-scripts/slkCdYTN3Rk/oTXhzghIBAAJ The current SDLC scripts [1] do not work correctly with Python 3. [1] https://github.com/zaproxy/community-scripts/tree/main/api/sdlc-integration

When running Gradle with `--parallel` flag and with multiple subprojects configured with HtmlSanityCheck it might happen that the configurations of one subproject end up being used by other, for example:...

bug
test-needed

It's considered best practice to [configure the default task through an extension](https://docs.gradle.org/current/userguide/custom_plugins.html#sec:mapping_extension_properties_to_task_properties). This also has the advantage of providing a more similar configuration for Groovy and Kotlin DSLs. Currently, in...

enhancement