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

runner is dependent upon a deprecated package - lockfile #379

Open
pcuzner opened this issue Oct 22, 2019 · 1 comment · May be fixed by #1054
Open

runner is dependent upon a deprecated package - lockfile #379

pcuzner opened this issue Oct 22, 2019 · 1 comment · May be fixed by #1054
Assignees

Comments

@pcuzner
Copy link

pcuzner commented Oct 22, 2019

Runner's python dependency chain requires daemon, which in turn require lockfile (at least that's how the rpms are built!). The issue is that lockfile is deprecated - https://pypi.org/project/lockfile/ so any security related issues relating to that package may not be addressed leading to a potential exposure in runner itself.

This is also covered in a downstream BZ - https://bugzilla.redhat.com/show_bug.cgi?id=1758507

@mwperina
Copy link

There is an open issue about lockfile dependency on the daemon project itself: https://pagure.io/python-daemon/issue/42

@matburt matburt self-assigned this Apr 27, 2021
Akasurde added a commit to Akasurde/ansible-runner that referenced this issue May 4, 2022
remove python-daemon since it uses unsupported dependency 'lockfile'

Fixes: ansible#379

Signed-off-by: Abhijeet Kasurde <[email protected]>
@Akasurde Akasurde linked a pull request May 4, 2022 that will close this issue
Akasurde added a commit to Akasurde/ansible-runner that referenced this issue Aug 1, 2023
remove python-daemon since it uses unsupported dependency 'lockfile'

Fixes: ansible#379

Signed-off-by: Abhijeet Kasurde <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants