Releases: Konloch/SafeYAML
Releases · Konloch/SafeYAML
SafeYAML v1.33.0
This contains a fork of SnakeYAML from when version v1.33 was first published. This includes all of the the recommended changes to make it safe.
This is a stable release, the default constructor has been replaced with the SafeConstructor to prevent code execution by default.
It has been compiled with Java-8, if you need an earlier version of Java supported please let me know.
How To Add As Library
<dependency>
<groupId>com.konloch</groupId>
<artifactId>safeyaml</artifactId>
<version>1.33.0</version>
</dependency>
SafeYAML v1.34.0
This contains a current (02/21/2023) fork of SnakeYAML with the recommended changes to make it safe.
This is more of an experimental release, the default constructor has been replaced with the SafeConstructor to prevent code execution by default.
It has been compiled with Java-8, if you need an earlier version of Java supported please let me know.
How To Add As Library
<dependency>
<groupId>com.konloch</groupId>
<artifactId>safeyaml</artifactId>
<version>1.34.0</version>
</dependency>