You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2021. It is now read-only.
Use yaml.safe_load to use SafeLoader, instead of FullLoader.
With PyYAML 5.1, `yaml.load` was deprecated, see https://msg.pyyaml.org/load
To guard against potential future vulnerabilities, use SafeLoader in
this package.
0 commit comments