-
Notifications
You must be signed in to change notification settings - Fork 35
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
Testsuite is using yaml.load CVE-2017-18342 #191
Comments
Hello @atupone Thank you for raising this issue. The testsuite should work with |
pmderodat
added a commit
to pmderodat/langkit
that referenced
this issue
Jun 10, 2019
pmderodat
added a commit
to pmderodat/libadalang
that referenced
this issue
Jun 10, 2019
pmderodat
added a commit
to AdaCore/libadalang
that referenced
this issue
Jun 10, 2019
This is now fixed. Thanks again for reporting this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In PyYAML before 4.1, the yaml.load() API could execute arbitrary code. In other words, yaml.safe_load is not used.
I don't know the status after 4.1, however in gentoo with pyyaml 5.1 I cannot run test for the yaml.load() use
The text was updated successfully, but these errors were encountered: