Change YAML loader type
Instead of yaml.FullLoader
, we should use yaml.SafeLoader
always. FullLoader may be used to maliciously execute python code.
Instead of yaml.FullLoader
, we should use yaml.SafeLoader
always. FullLoader may be used to maliciously execute python code.