django-faicon icon indicating copy to clipboard operation
django-faicon copied to clipboard

Updated `yaml.load` to `yaml.safe_load`

Open KillDozerX2 opened this issue 5 years ago • 2 comments

PyYAML's .load method has been deprecated without the use of a loader and detailed into a security vulnerability, many audit workflows and CI tests are failing and this module works without any issues with just safe_load, hence the commit. This can be read in detail on their wiki https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

KillDozerX2 avatar Aug 19 '20 19:08 KillDozerX2

Thanks, this should be accepted.

salah-rashad avatar Dec 02 '22 02:12 salah-rashad

It's been two years. I don't think it's going to. I've since stopped using Django as a whole

KillDozerX2 avatar Dec 02 '22 02:12 KillDozerX2