Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyyaml vulnerability #195

Closed
johnbradley opened this issue Jan 7, 2019 · 1 comment
Closed

pyyaml vulnerability #195

johnbradley opened this issue Jan 7, 2019 · 1 comment

Comments

@johnbradley
Copy link
Contributor

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 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.

@johnbradley johnbradley added this to the pyyaml-vulnerability milestone Jan 7, 2019
@johnbradley
Copy link
Contributor Author

Fixed by #200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant