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>