pandastrike / yaml-cli

A simple CLI for querying and updating YAML files
ISC License
86 stars 5 forks source link

unsafe use flag #6

Open dyoder opened 8 years ago

dyoder commented 8 years ago

By default we parse in “safe mode,” which prevents embedding non-YAML data that can dramatically expand the attack surface for applications. We could allow to parsing in unsafe mode using a flag.