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

Fix for PyYAML > 5.1.0 #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix for PyYAML > 5.1.0 #23

wants to merge 2 commits into from

Conversation

psy-q
Copy link

@psy-q psy-q commented Nov 3, 2021

PyYAML < 5.1.0 has exploitable security issues which were fixed by adding new loaders in 5.1.0. This change ensures PyYAML is >= 5.1.0 and uses a different loader.

Using FullLoader would be overkill so I suggest SafeLoader.

More info: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

@ZyxerZyxani
Copy link

This fix is actually necessary to run now. I got errors before but this fixed it. Although only when installing using pip

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

Successfully merging this pull request may close these issues.

None yet

2 participants