Parse YAML safely with SafeYAML, a library that prevents unsafe object deserialization.
gem install safe_yamlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a YAML string safely without enabling dangerous object types.
Use YAML.safe_load from Psych instead of SafeYAML for better compatibility.
No dependency data recorded yet.