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 #35

Closed
johnbradley opened this issue Jan 7, 2019 · 0 comments
Closed

pyyaml vulnerability #35

johnbradley opened this issue Jan 7, 2019 · 0 comments

Comments

@johnbradley
Copy link
Collaborator

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.

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