snakemake / snakemake-workflow-catalog

A statically generated catalog of available Snakemake workflows
https://snakemake.github.io/snakemake-workflow-catalog
MIT License
30 stars 10 forks source link

Updates to use of safe yaml loader #7

Closed nikostr closed 3 years ago

nikostr commented 3 years ago

This PR updates the yaml loader to yaml.SafeLoader. yaml.Loader is apparently easily exploitable: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation