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

Change to SnakeYAML engine #337

Open
ljacqu opened this issue Jul 4, 2023 · 0 comments
Open

Change to SnakeYAML engine #337

ljacqu opened this issue Jul 4, 2023 · 0 comments
Milestone

Comments

@ljacqu
Copy link
Member

ljacqu commented Jul 4, 2023

It might be interesting to replace SnakeYAML with SnakeYAML engine, which explicitly does not support beans: https://bitbucket.org/snakeyaml/snakeyaml-engine/src/master/ This is fine for our use case, since we dissect beans before exporting them, and also construct them based on simple maps. It would probably be safer to use the engine that is guaranteed not to build any weird Java objects based on YAML.

@ljacqu ljacqu added this to the ConfigMe 2.0.0 milestone Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant