github-actions[bot] opened a new issue, #2939:
URL: https://github.com/apache/iceberg-rust/issues/2939

   
   > `event-listener` allows `!Send` tags to cross thread boundaries via 
`StackSlot`
   
   | Details             |                                                |
   | ------------------- | ---------------------------------------------- |
   | Status              | unsound                |
   | Package             | `event-listener`                      |
   | Version             | `5.4.1`                   |
   | URL                 | 
[https://github.com/smol-rs/event-listener/pull/163](https://github.com/smol-rs/event-listener/pull/163)
 |
   | Date                | 2026-07-13                         |
   
   Affected versions of `event-listener` unconditionally implement `Send` and
   `Sync` for `StackSlot<'_, T>`, the stack-allocated listener type 
created
   by the `listener!` macro.
   
   This allows a `!Send` tag type set via `Event::with_tag` to be moved to
   another thread and accessed via `StackSlot::wait`, causing a data race in 
safe
   code.
   
   See [advisory page](https://rustsec.org/advisories/RUSTSEC-2026-0221.html) 
for additional details.
   


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