ConfigMe icon indicating copy to clipboard operation
ConfigMe copied to clipboard

Change to SnakeYAML engine

Open ljacqu opened this issue 2 years ago • 0 comments

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 avatar Jul 04 '23 09:07 ljacqu