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

JEP-290, SerialConfig support #3201

Merged
merged 4 commits into from
Aug 17, 2021
Merged

Conversation

tomas-langer
Copy link
Member

Helidon does not use Java serialization, though we want to be as secure as possible. This PR provides ground work to customize configuration that only allows whitelisting (everything should be blacklisted by default).
We cannot change the defaults in this version, as this would create a backward incompatible behavior.
The defaults will change in 3.0.0

Resolves #3158

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer tomas-langer added this to the 2.4.0 milestone Jul 19, 2021
@tomas-langer tomas-langer self-assigned this Jul 19, 2021
@tomas-langer
Copy link
Member Author

Follow up issue #3200

Copy link
Member

@barchetta barchetta left a comment

Choose a reason for hiding this comment

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

LGTM

@tomas-langer tomas-langer merged commit 2360fbd into helidon-io:master Aug 17, 2021
@tomas-langer tomas-langer deleted the 3158-jep290 branch August 17, 2021 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JEP 290 - deserialization filters
2 participants