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

depreciated load function in circleseq.py #41

Open
Bicoid opened this issue Dec 27, 2019 · 0 comments
Open

depreciated load function in circleseq.py #41

Bicoid opened this issue Dec 27, 2019 · 0 comments

Comments

@Bicoid
Copy link

Bicoid commented Dec 27, 2019

Line 38 of circleseq.py has code in it for a load function that is now depreciated due to an exploit. More info is here.

As a temporary workaround, I changed line 38 of circleseq.py from
manifest_data = yaml.load(f)
to
manifest_data = yaml.unsafe_load(f)

Initial runs seem to be fine with that change.

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