Tag yaml

 Bookmark

StrictYAML

A safer way to parse YAML by removing some of the more dangerous parts of YAML parsing - an interesting approach that means you don't need everyone well-versed in the minutiae of the YAML spec!

Recommended read: StrictYAML https://hitchdev.com/strictyaml/

 Bookmark

YAML: probably not so great after all

This is a great read about some of the risks of using YAML, especially the way that most YAML parsers default to executing arbitrary, unsafe commands from a file you're parsing.

Recommended read: YAML: probably not so great after all https://arp242.net/yaml-config.html