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

get rid of future dependency #158

Open
blshkv opened this issue Jan 7, 2024 · 1 comment
Open

get rid of future dependency #158

blshkv opened this issue Jan 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@blshkv
Copy link

blshkv commented Jan 7, 2024

https://github.com/dirkjanm/BloodHound.py/blob/master/setup.py#L16

The "future" project is dead, the latest release was back in 2019-10-30, see https://python-future.org/
It is also vulnerable to CVE-2022-40899, may be others.

Please migrate to python3 and forget about python2.

blshkv added a commit to pentoo/pentoo-overlay that referenced this issue Jan 7, 2024
@dirkjanm
Copy link
Owner

Good point, we already dropped py2 support a while ago in this project so the dependency on future isn't needed anymore. I'll make sure to remove code references to it

@dirkjanm dirkjanm added the enhancement New feature or request label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants