-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add dangerous type blacklist feature to Akka.Serialization.Hyperion #5208
Add dangerous type blacklist feature to Akka.Serialization.Hyperion #5208
Conversation
…/akka.net into HYPERION_Add_blacklist_feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some feedback
src/contrib/serializers/Akka.Serialization.Hyperion/reference.conf
Outdated
Show resolved
Hide resolved
src/contrib/serializers/Akka.Serialization.Hyperion/HyperionSerializerSetup.cs
Outdated
Show resolved
Hide resolved
src/contrib/serializers/Akka.Serialization.Hyperion.Tests/HyperionSerializerSetupSpec.cs
Show resolved
Hide resolved
src/contrib/serializers/Akka.Serialization.Hyperion/HyperionSerializer.cs
Show resolved
Hide resolved
akka.actor.serialization-settings.hyperion.disallow-unsafe-type = false | ||
``` | ||
|
||
> [!WARNING] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok good, you covered this here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - nice work. We'll update this again once we cover this for Newtonsoft.Json in a future release.
No description provided.