You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason: the bincode crate is no longer maintained [1].
Notable changes made during the migration:
- Since, unlike bincode, bitcode does not support
with_fixed_int_encoding mode, the snapshot CRC field is now written
as plain bytes to guarantee that its length is not going to change
due to potential future changes in the serialisation logic.
- Added a new argument to the seccompiler-bin to produce per-thread
filter files to facilitate testing. Previously, the
test_validate_filter was parsing the bincode-encoded filters itself.
With individual per-thread filter files this is no longer required.
[1] https://rustsec.org/advisories/RUSTSEC-2025-0141
Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
0 commit comments