-
Notifications
You must be signed in to change notification settings - Fork 72
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
Compatibility with ws
> 1.0, security issues
#29
Comments
No idea. This version of websockify isn't really maintained. I suggest you test and see if a newer |
Note that websockify.js crashes with new versions of |
If still needed, I made an updated Version that uses all the latest dependencies: https://github.com/saschazesiger/websockify-js-express |
You are welcome to submit a PR if you have some fixes that you think are appropriate to merge here. |
Maybe its useful for some but its just my implementation of websockify and doesn't really fit in this repository.. Maybe i'll have time to make a PR soon. |
The
ws
project is now at version 8.2.0. You depend on version 0.4.27. There are lots of intervening security fixes. Are you compatible withws
8.2.0, or do you depend on the earlier compromised versions?The text was updated successfully, but these errors were encountered: