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

Athenticated RPC #212

Closed
Ambrevar opened this issue May 17, 2019 · 7 comments
Closed

Athenticated RPC #212

Ambrevar opened this issue May 17, 2019 · 7 comments

Comments

@Ambrevar
Copy link
Member

In commits c4d6343 and dc96d84 @jgkamat implemented authentication of RPC messages to avoid remote execution exploits.

@wasamasa: I was told you had investigated this issue as well. Would you be interested in reviewing those commits before I release 1.2.2?

@Ambrevar
Copy link
Member Author

Ambrevar commented May 17, 2019 via email

@wasamasa
Copy link
Contributor

@Ambrevar I've briefly looked over it, looks good so far. The problem with this kind of code is that there's no obvious way of proving it correct, one would instead need to try hard to break it.

@Ambrevar
Copy link
Member Author

Ambrevar commented May 18, 2019 via email

@Ambrevar
Copy link
Member Author

1.2.2 has just been released! I'll now move on to working on a proper dbus implementation. Thanks all for your contributions!

@Ambrevar
Copy link
Member Author

If you are interested, you can check out the dbus-2 branch, it contains a fully-working implementation for gtk-webkit!

I'm planning to merge tomorrow.

@wasamasa
Copy link
Contributor

OK, looks like the GTK port and the Lisp parts use it, but what about the Cocoa port? Does it still work after this change? If no, what changes would be needed to make it work again? Does DBus even stand a chance of running on macOS?

@jmercouris
Copy link
Member

Yes, DBus runs just fine on macOS, it will be part of the pyqt port which will become the new port for macOS due to limitations in the Cocoa Webkit Port

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants