proxy icon indicating copy to clipboard operation
proxy copied to clipboard

App Crash with invalid URL submitted

Open hunkydoryrepair opened this issue 2 years ago • 0 comments

A malicious user can send an invalid URL in the HTTP header and the proxy throws an unhandled exception, killing the process and disconnecting all active sockets.

Can be trivially fixed with try/catch in the request and upgrade handlers.

hunkydoryrepair avatar Feb 01 '24 00:02 hunkydoryrepair