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

Updated deserialize function to use method parameter first #65

Merged
merged 3 commits into from
Nov 20, 2015
Merged

Updated deserialize function to use method parameter first #65

merged 3 commits into from
Nov 20, 2015

Conversation

robvdl
Copy link
Contributor

@robvdl robvdl commented May 20, 2014

Previous patch was not using the method parameter in the deserialize function and instead attempting to depickle first, then if that failed fallback to json. This means the security issue was not fixed, as pickle was still being called.

alexei and others added 3 commits January 14, 2014 21:13
Check 'method' parameter first, rather than trying depickle and if it fails falling back to json, as this defeats the whole purpose of this patch.
@amol- amol- merged commit 28eae98 into bbangert:master Nov 20, 2015
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

3 participants