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

PYSEC-2022-43162 incorrectly applied to redis-py #207

Open
mloshakov opened this issue Nov 21, 2024 · 2 comments
Open

PYSEC-2022-43162 incorrectly applied to redis-py #207

mloshakov opened this issue Nov 21, 2024 · 2 comments

Comments

@mloshakov
Copy link

mloshakov commented Nov 21, 2024

This vulnerability applies to https://github.com/redis/redis not https://github.com/redis/redis-py

Python package does not have that vulnerability

Should be removed

@mloshakov mloshakov changed the title PYSEC-2023-293 incorrectly applied to redis-py PYSEC-2022-43162 incorrectly applied to redis-py Nov 21, 2024
@sethmlarson
Copy link
Contributor

We're aware of the recent large import with false-positives. I'm sorting through them to see if we can withdraw them or update the affected version ranges based on info from other vulnerability databases.

oliverchang added a commit to google/osv.dev that referenced this issue Nov 22, 2024
This is to reduce the chance of introducing false positive matches.

Refs:
- pypa/advisory-database#207
- pypa/advisory-database#205
oliverchang added a commit to google/osv.dev that referenced this issue Nov 22, 2024
This is to reduce the chance of introducing false positive matches.

Refs:
- pypa/advisory-database#207
- pypa/advisory-database#205
oliverchang added a commit that referenced this issue Nov 22, 2024
They're frequently false positives.

This updates the vulnfeeds tool to the latest, which recently had
`-exclude_unbounded` added.

Ref: #205, #207.
oliverchang added a commit that referenced this issue Nov 22, 2024
They're frequently false positives.

This updates the vulnfeeds tool to the latest, which recently had
`-exclude_unbounded` added.

Ref: #205, #207.
@mloshakov
Copy link
Author

pip-audit still reports redis-py vulnerability

> pip-audit -r <(poetry export -f requirements.txt --with dev)
Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.
In order to avoid a breaking change and make your automation forward-compatible, please install poetry-plugin-export explicitly. See https://python-poetry.org/docs/plugins/#using-plugins for details on how to install a plugin.
To disable this warning run 'poetry config warnings.export false'.
Found 1 known vulnerability in 1 package
Name  Version ID               Fix Versions
----- ------- ---------------- ------------
redis 5.2.0   PYSEC-2022-43162

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

2 participants