10000 Fix DOS attack from malicious pongs by nhooyr · Pull Request #291 · coder/websocket · GitHub
[go: up one dir, main page]

Skip to content

Fix DOS attack from malicious pongs #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix CI
  • Loading branch information
nhooyr committed Apr 7, 2021
commit b0d7a2712f3b3c9015a33065b556b6d75414d25a
4 changes: 2 additions & 2 deletions ci/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN go get golang.org/x/tools/cmd/stringer
RUN go get golang.org/x/lint/golint
RUN go get github.com/agnivade/wasmbrowsertest

RUN npm install -g prettier
RUN npm install -g netlify-cli
RUN npm --unsafe-perm=true install -g prettier
RUN npm --unsafe-perm=true install -g netlify-cli
0