There's some warning about using the unmarshalling features of Snakeyaml without first checking what classes are being created. TB2 should only every create instances of !Module objects, so we can reject yaml files that have any !class tags other than !Module.
There's some warning about using the unmarshalling features of Snakeyaml without first checking what classes are being created. TB2 should only every create instances of
!Moduleobjects, so we can reject yaml files that have any!classtags other than!Module.