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

Enable unsafe binary serialization #700

Conversation

ycanardeau
Copy link
Contributor

@ycanardeau ycanardeau commented Dec 21, 2020

Comment on lines +8 to +9
<!-- CA2300: Do not use insecure deserializer BinaryFormatter -->
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
Copy link
Contributor Author

@ycanardeau ycanardeau Dec 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we enable unsafe binary serialization temporarily? Or should we replace it with a safe one now?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's ok to have this for now, but maybe add to the comment mentioning where is it being used, and note that it should be removed when possible.

@ycanardeau ycanardeau merged commit d6ea5b3 into feat/598-web-core Dec 21, 2020
@ycanardeau ycanardeau deleted the feat/598-web-core-enable-unsafe-binary-serialization branch December 21, 2020 15:14
@ycanardeau ycanardeau added this to the .NET Core conversion milestone Dec 26, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants