-
Notifications
You must be signed in to change notification settings - Fork 152
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
March 20, 2019 #126
Comments
Is there any cases when object instantiation via |
Issue: \Magento\Framework\Serialize\Serializer\Json is not binary safe
will output:
|
@kandy , for the encoding:
|
|
@buskamuza @kandy strongly disagree on adding serialization. We had tons of issues in the past and even right now with unserialize leading to RCE. Why is base64 a problem? Is it a measurable performance impact? @szurek ?? |
@piotrekkaminski see related ticket magento/magento2#21334 |
Also - what are the use cases for binary data (as unicode seems to work ok)? |
@kandy they mention encryption in the ticket as the culprit. How it relates to serialization/json encoding? |
@piotrekkaminski The encryption produces a binary data that cannot be serialized, as a result, we add base64 encoding on top of encryption that increase traffic between servers and cause performance degradation |
Please add your topic as a comment to the issue. Use following format:
Topic description and link to PR, if any (duration in min)
Meeting Notes
See below.
🎥 Recording
The text was updated successfully, but these errors were encountered: