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 suggested version 4.1 is a prerelease so not a good option currently.
According to the details link above using yaml.safe_load instead of yaml.load fixes this issue.
We don't appear to be using yaml directly in our code so we may be able to remove this requirement. The problem may still exist in libraries we are using.
The text was updated successfully, but these errors were encountered:
https://nvd.nist.gov/vuln/detail/CVE-2017-18342
Details: yaml/pyyaml#243 (comment)
The suggested version 4.1 is a prerelease so not a good option currently.
According to the details link above using
yaml.safe_load
instead ofyaml.load
fixes this issue.We don't appear to be using
yaml
directly in our code so we may be able to remove this requirement. The problem may still exist in libraries we are using.The text was updated successfully, but these errors were encountered: