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

[BUG]: CVE-2022-42969 being flagged in project using pybind #5248

Open
3 tasks done
natke opened this issue Jul 17, 2024 · 0 comments
Open
3 tasks done

[BUG]: CVE-2022-42969 being flagged in project using pybind #5248

natke opened this issue Jul 17, 2024 · 0 comments
Labels
triage New bug, unverified

Comments

@natke
Copy link

natke commented Jul 17, 2024

Required prerequisites

What version (or hash if on master) of pybind11 are you using?

v2.13.1

Problem description

The CVE in the title is getting flagged in my project, This CVE has been fixed in pytest 7.2.0. Is it possible to upgrade pytest in pybind?

Reproducible example code

Fetch content pybind in a cmake file.

The folder containing the pybind sources contains requirements.txt, which contains the line:

pytest~=7.0

https://github.com/pybind/pybind11/blob/master/tests/requirements.txt#L9

Is this a regression? Put the last known working version here if it is.

Not a regression

@natke natke added the triage New bug, unverified label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage New bug, unverified
Projects
None yet
Development

No branches or pull requests

1 participant