We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This line https://github.com/ssb-js/muxrpc/blob/805a2d708925ef280b00c16562bebb3af74c34e0/stream.js#L35 passes on stack trace details (which contains filesystem paths that may leak which OS and application is used) from the local machine to the remote peer. It should probably be cb(err.message) instead.
cb(err.message)
The text was updated successfully, but these errors were encountered:
staltz
No branches or pull requests
This line https://github.com/ssb-js/muxrpc/blob/805a2d708925ef280b00c16562bebb3af74c34e0/stream.js#L35 passes on stack trace details (which contains filesystem paths that may leak which OS and application is used) from the local machine to the remote peer. It should probably be
cb(err.message)
instead.The text was updated successfully, but these errors were encountered: