Hello guys,
first i would thank you for your amazing tool :)
I use Owasp ZAP in Gitlab pipeline. In ZAP report, i get some buffer overflow. Some of these are real and i fixed them. But like in screenshot, you can see that i have a sort of buffer overflow via the 500 internal error grab by ZAP. But in reality, if i try the same request via openapi Swagger in my browser or by hand with curl with same parameters, i got a different result with 400 bad request. You can see in second screenshot that i did not respect the pattern regex, which is the aimed result.
Any idea to fix my problem ?
Best regards,
Bastien

