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
PyYAML is up to version 5.3.1, we're on 3.13 which was released Jul 5, 2018.
In PyYAML before 5.1, the yaml.load() API could execute arbitrary code if used with untrusted data. The load() function has been deprecated in version 5.1 and the UnsafeLoader has been introduced for backward compatibility with the function.
PyYAML is up to version 5.3.1, we're on 3.13 which was released Jul 5, 2018.
In PyYAML before 5.1, the yaml.load() API could execute arbitrary code if used with untrusted data. The
load()
function has been deprecated in version 5.1 and theUnsafeLoader
has been introduced for backward compatibility with the function.Discussion of mitigation elsewhere:
The text was updated successfully, but these errors were encountered: