websocketd icon indicating copy to clipboard operation
websocketd copied to clipboard

Vulnerability of dependency "github.com/gorilla/websocket"

Open Silence-worker-02 opened this issue 1 year ago • 1 comments

Hello, we are a team researching the dependency management mechanism of Golang. During our analysis, we came across your project and noticed that it contains a vulnerability (CVE-2020-27813). In your project, the github.com/gorilla/websocket package is being used at version github.com/gorilla/websocket v1.4.0, but the patched version is v1.4.1. To fix the vulnerability, we recommend modifying the go.mod file to update the version to v1.4.1 or higher. Thank you for your attention to this matter.

Silence-worker-02 avatar Jul 27 '23 03:07 Silence-worker-02

see also https://github.com/joewalnes/websocketd/pull/446

barakplasma avatar Jun 10 '24 22:06 barakplasma