Skip to content
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

Remove browserchannel as a dependency #51

Merged
merged 9 commits into from
Oct 9, 2024

Conversation

nickbrowne
Copy link
Contributor

Browserchannel (and it's sub-dependencies) have a litany of security issues, although we aren't actually using it in production any more, it's presence is making it difficult to upgrade other libraries.

This removes browserchannel to free up some of the interdependencies and let us update things like connect and express in other projects.

Some tests have been (hopefully temporarily) commented out, I plan to backport some of the client modifications we made elsewhere which may fix some of these tests and let us re-enable them.

SockJS and socket.io are likely next on the hit list, and should be much easier to remove than browserchannel was.

Copy link
Contributor

@tiagoamaro tiagoamaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working as usual only with its websocket implementation!

Used this branch commit ref to run tc-share's server and all features are working as usual.

@nickbrowne nickbrowne merged commit 460c694 into master Oct 9, 2024
1 check passed
@nickbrowne nickbrowne deleted the 18108-remove-browserchannel branch October 9, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants