We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an arbitrary code execution (ACE) vulnerability known for pyarrow<=14.0.0: https://nvd.nist.gov/vuln/detail/CVE-2023-47248. Right now, flytekit is pinned to pyarrow<11.0.0.
pyarrow<=14.0.0
flytekit
pyarrow<11.0.0
You can discover these vulnerabilities for yourself by incorporating pip-audit into your build step.
pip-audit
pip-audit doesn't fail flytekit's dependencies.
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue here! 🛠
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
There is an arbitrary code execution (ACE) vulnerability known for
pyarrow<=14.0.0
: https://nvd.nist.gov/vuln/detail/CVE-2023-47248. Right now,flytekit
is pinned topyarrow<11.0.0
.You can discover these vulnerabilities for yourself by incorporating
pip-audit
into your build step.Expected behavior
pip-audit
doesn't failflytekit
's dependencies.Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: