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

False positives related to celery and sub depencies #416

Open
fmigneault opened this issue Nov 18, 2021 · 0 comments
Open

False positives related to celery and sub depencies #416

fmigneault opened this issue Nov 18, 2021 · 0 comments

Comments

@fmigneault
Copy link

fmigneault commented Nov 18, 2021

Recent reports seem to indicate false positive related to celery.
https://pyup.io/repos/github/crim-ca/weaver/commits/?page=1#0d9d2e845c11a48a39cab0a73962ce87dae6428f

Package Installed Affected Info
celery 3.1.26.post2 <5.2.0 Celery 5.2.0 updates 'kombu' to v5.2.1, which includes dependencies updates that resolve security issues.

I actually have version 4.4.2 pinned (as shown below) for quite a long time.

crim-ca/weaver@4370852
celery[mongodb]==4.4.2; sys_platform != "win32"

I only started getting issues last week (due to 5.2.x release), but it seems broken because my builds are not even able to find those versions on pypi.
Anyway, the "installed" version is completely wrong, so something bad must be happening.
Because I'm not even on the same major version, it is really hard for me to know if this is an actual security issue or just a detection problem on pyup side.

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