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

Protect ipkernel from bad messages #689

Merged
merged 3 commits into from Aug 16, 2011
Merged

Protect ipkernel from bad messages #689

merged 3 commits into from Aug 16, 2011

Conversation

minrk
Copy link
Member

@minrk minrk commented Aug 10, 2011

This commit protects the IPython kernel from invalid or unauthorized messages.

Previously, sending garbage to the kernel would crash it, as would sending unauthorized messages if HMAC signatures were enabled.

See #688

invalid or unauthorized messages no longer crash the kernel.
also change message for unsigned messages when digest expected
fperez added a commit that referenced this pull request Aug 16, 2011
Protect ipkernel from bad messages: now the kernel logs bad messages as errors instead of crashing.
@fperez fperez merged commit 1d09217 into ipython:master Aug 16, 2011
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Protect ipkernel from bad messages: now the kernel logs bad messages as errors instead of crashing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants