Skip to content

upgrade dependency ipc-channel – fixes security advisory RUSTSEC-2025-0141#56

Open
ilka-schulz wants to merge 3 commits into
mitsuhiko:masterfrom
ilka-schulz:update-ipc-channel
Open

upgrade dependency ipc-channel – fixes security advisory RUSTSEC-2025-0141#56
ilka-schulz wants to merge 3 commits into
mitsuhiko:masterfrom
ilka-schulz:update-ipc-channel

Conversation

@ilka-schulz

@ilka-schulz ilka-schulz commented Jun 8, 2026

Copy link
Copy Markdown

This PR upgrades the ipc-channel dependency and thus fixes the security advisory RUSTSEC-2025-0141.

To Do

This test fails:

$ make test
[...]
thread 'main' panicked at /home/user/procspawn/src/core.rs:355:13:
could not send event over ipc channel: SerializationError(SerDeError(SerializeSeqLengthUnknown))

However, it also fails on main:

$ make test
[...]
thread 'main' panicked at /home/user/procspawn/src/core.rs:352:13:
could not send event over ipc channel: SequenceMustHaveLength

@ilka-schulz ilka-schulz force-pushed the update-ipc-channel branch from d639179 to 7bd6992 Compare June 8, 2026 10:02
@ilka-schulz ilka-schulz marked this pull request as ready for review June 8, 2026 10:30
@ilka-schulz

Copy link
Copy Markdown
Author

@mitsuhiko I would love if you could give this PR a review. Maybe can you point me in the right direction where to look for the source of the could not send event over ipc channel: SequenceMustHaveLength error?

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