tensorflow / tensorflow/tfx-bsl
Update pyarrow version range to address vulnerability CVE-2023-47248
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 65
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
current pyarrow dependency version is set to pyarrow>=10,<11. However, there is a known vulnerability in pyarrow with the CVE-2023-47248.
I'd like to propose bumping the pyarrow version to a range of pyarrow>=14.0.1,<15, which should include the necessary fix for the aforementioned vulnerability. This version range should not introduce compatibility issues while ensuring we are using a secure version of the library.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the dependency declaration that currently constrains pyarrow to >=10,<11. Review the CVE-2023-47248 fix and project compatibility with >=14.0.1,<15, then verify that dependency resolution and the existing test suite complete successfully with the updated range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100