alamb opened a new pull request, #25514:
URL: https://github.com/apache/datafusion/pull/25514

   - Fixes the `security_audit` failure on `branch-55` (for example 
https://github.com/apache/datafusion/actions/runs/35435408307/job/105877099456 
on https://github.com/apache/datafusion/pull/25277)
   
   This PR:
   - Backports https://github.com/apache/datafusion/pull/25309 from @Xuanwo to 
the branch-55 line
   
   ## Rationale
   
   `branch-55` locks `rustls` 0.23.39, which is affected by 
[RUSTSEC-2026-0285](https://rustsec.org/advisories/RUSTSEC-2026-0285.html) 
("TLS 1.3 handshake messages incorrectly accepted across encryption level 
boundaries", published 2026-09-14). Every PR targeting `branch-55` now fails 
the `security_audit` job until the lockfile is updated. `rustls` 0.23.45 fixes 
the vulnerability.
   
   The cherry-pick applied cleanly: `branch-55` and `main` had identical 
`rustls`, `aws-lc-rs`, `aws-lc-sys`, and `rustls-webpki` entries before the fix.
   
   ## Testing
   
   `cargo audit` with the same ignores as the CI job passes on this branch (it 
fails on `branch-55` without this change):
   
   ```sh
   cargo audit --ignore RUSTSEC-2026-0194 --ignore RUSTSEC-2026-0195
   ```
   
   `cargo fetch --locked` and `cargo check --locked -p datafusion-cli` also 
succeed, confirming the updated lockfile resolves and builds.
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to