thc202

Results 1126 comments of thc202

The ones under the script type directories (e.g. [`active`](https://github.com/zaproxy/community-scripts/tree/master/active)).

This can be implemented in Groovy (the Kotlin DSL is just another consumer), happy to contribute that. No urgency, just a good to have.

If it's fine adding other dependencies to the plugin (Guice?), with dependency injection maybe? It would not require passing the configuration around (not explicitly/manually at least).

You are prompted just once to confirm the changes, if you don't want to be informed (not prompted) that there are updates available you can disable the corresponding option. Or,...

If it's an add-on that's not installed why should it be in the "initial updates"?

Could you provide the heap dump? Or the actual number of instances created? The information provided does not indicate any issue, the `PoolChunk`s are expected to be that big (that's...

Thank you for sharing the heap dump, it looks the normal, the number of `PoolChunk` instances and their sizes is the expected. That's odd, I thought it was the number...

No, that looks right to me. Are you using latest Firefox version?

Agreed that's not normal. @whimboo could you provide some guidance on how/where to best report this issue? Seems to be in Firefox/marionette.

We don't start Firefox directly, we use Selenium, the code is here: https://github.com/zaproxy/zap-extensions/blob/dbe85e956e9a418fe23a2c90fc3233ca94182d8e/addOns/selenium/src/main/java/org/zaproxy/zap/extension/selenium/ExtensionSelenium.java#L996-L1052