Yicong-Huang opened a new issue, #6207:
URL: https://github.com/apache/texera/issues/6207

   ### Task Summary
   
   `common/workflow-core` pins Apache Iceberg 1.7.1, which transitively pulls 
`org.apache.parquet:parquet-avro` 1.13.1. Two open Dependabot alerts flag it:
   
   - CVE-2025-30065 (critical): schema parsing in parquet-avro allows arbitrary 
code execution; fixed in 1.15.1.
   - CVE-2025-46762 (high): fixed in 1.15.2.
   
   Upgrade Iceberg 1.7.1 → 1.9.2, whose official dependency set pairs with 
parquet 1.15.2, resolving both alerts. Parquet is only a transitive dependency 
(no direct `org.apache.parquet` usage in our code).
   
   ### Task Type
   
   - [ ] Refactor / Cleanup
   - [x] DevOps / Deployment / CI
   - [ ] Testing / QA
   - [ ] Documentation
   - [ ] Performance
   - [ ] Other


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to