psanford / wormhole-william

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).
MIT License
1.08k stars 55 forks source link

Upgrade gorilla/websocket to 1.4.2 #12

Closed psanford closed 4 years ago

psanford commented 4 years ago

This fixes a potential denial of service vulnerability in that package.

Thanks @Jacalz for pointing out this issue.