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
The default behavior of PyYAML's yaml.load() method is unsafe and can execute code in yaml files.
yaml.safe_load() should be used instead:yaml/pyyaml#193 (comment)
The default behavior of PyYAML's yaml.load() method is unsafe and can execute code in yaml files.
yaml.safe_load() should be used instead:yaml/pyyaml#193 (comment)
yamldown/yamldown/yamldown.py
Line 34 in 480957d
The text was updated successfully, but these errors were encountered: