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 Load Error #18

Open
dr00b opened this issue Feb 8, 2023 · 0 comments
Open

pyYAML Load Error #18

dr00b opened this issue Feb 8, 2023 · 0 comments

Comments

@dr00b
Copy link

dr00b commented Feb 8, 2023

Updated versions of pyYAML no longer allow calling load_all as on line 32 for d["Direction"])) for d in yaml.load_all(f0)]

With pyyaml version 6.0, I was able to run by changing to safe_load_all

I would consider setting minimum version requirement for PyYAML, as it appears the change patches a vulnerability.

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