Skip to content

security: bump parquet and arrow 55 → 59 (fixes thrift CVE) - #349

Merged
mheffner merged 1 commit into
mainfrom
security/bump-parquet-arrow-59
Aug 2, 2026
Merged

security: bump parquet and arrow 55 → 59 (fixes thrift CVE)#349
mheffner merged 1 commit into
mainfrom
security/bump-parquet-arrow-59

Conversation

@mheffner

@mheffner mheffner commented Aug 2, 2026

Copy link
Copy Markdown
Member

Summary

  • Upgrades parquet and arrow from 55.1.0 to 59 to resolve a medium-severity security vulnerability
  • parquet 55.x–58.x pull in thrift < 0.23.0, which has a memory allocation with excessive size value vulnerability (dependabot alert Bump for 0.0.1-alpha4 #51)
  • parquet 59.x removed the thrift dependency entirely, cleanly resolving the issue with no code changes

Test plan

  • cargo build --features file_exporter compiles cleanly with no code changes
  • Verify CI passes

parquet 55.x–58.x depend on thrift <0.23.0, which has a memory
allocation vulnerability (GHSA dependabot alert #51). parquet 59.x
removed the thrift dependency entirely, resolving the issue.

Verified: `cargo build --features file_exporter` compiles cleanly
with no code changes required.
@mheffner
mheffner merged commit 684222e into main Aug 2, 2026
12 checks passed
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

Successfully merging this pull request may close these issues.

1 participant