Simon Bennetts

Results 597 comments of Simon Bennetts

The Sample Regexes take up a lot of space, and are one of the least important parts IMO. How about changing to something like: ![Screenshot 2023-01-13 at 09 56 56](https://user-images.githubusercontent.com/1081115/212291730-9c9c2cea-3c33-4fb1-9ce6-2f508b1024a1.png)...

Yeah, have added the `good second issue` label. Not something that I would address as a priority, but happy for someone else to imlement it. Note that the AJAX Spider...

As a work around you can just edit the request manually rather than using the pulldown 😁

I was going to say we should ignore numbers in much larger number, but it appears we already do :/ @sarahelsaig can you confirm that those string appear in other...

As a workaround you can just make the dialog bigger 😁

Have you checked to see if its still a memory error? If so then theres no point posting more. You either need to get make more memory available to ZAP...

@MorganWolf would you like to be assigned to this issue? 😁

Have a look at the ZAP Dev Guide, if you havnt already: https://www.zaproxy.org/docs/developer/ The automation add-on API is probably as good as any - the key class is https://github.com/zaproxy/zap-extensions/blob/main/addOns/automation/src/main/java/org/zaproxy/addon/automation/AutomationAPI.java Have...

Yeah, we need to decide how long we want to keep supporting Nashorn, and by implication Java 11...