diff --git a/.duplicate-id-guard b/.duplicate-id-guard index 2a186330..d10a27c1 100644 --- a/.duplicate-id-guard +++ b/.duplicate-id-guard @@ -1,3 +1,3 @@ This file causes merge conflicts if two ID assignment jobs run concurrently. This prevents duplicate ID assignment due to a race between those jobs. -750771d772c1008f195bddfb04558f4978cbb10636c99c8554510cd83d2c8a17 - +3f34d92fa031f4d1ba6e26266cebb6ac680e1383b6a8b4b335cea124775916bc - diff --git a/crates/get-size-derive/RUSTSEC-0000-0000.md b/crates/get-size-derive/RUSTSEC-2024-0427.md similarity index 95% rename from crates/get-size-derive/RUSTSEC-0000-0000.md rename to crates/get-size-derive/RUSTSEC-2024-0427.md index 03975cff..f7d29b4b 100644 --- a/crates/get-size-derive/RUSTSEC-0000-0000.md +++ b/crates/get-size-derive/RUSTSEC-2024-0427.md @@ -1,6 +1,6 @@ ```toml [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2024-0427" package = "get-size-derive" date = "2024-09-15" informational = "unmaintained" diff --git a/crates/get-size/RUSTSEC-0000-0000.md b/crates/get-size/RUSTSEC-2024-0425.md similarity index 96% rename from crates/get-size/RUSTSEC-0000-0000.md rename to crates/get-size/RUSTSEC-2024-0425.md index 66820539..d603fd0d 100644 --- a/crates/get-size/RUSTSEC-0000-0000.md +++ b/crates/get-size/RUSTSEC-2024-0425.md @@ -1,6 +1,6 @@ ```toml [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2024-0425" package = "get-size" date = "2024-09-15" informational = "unmaintained" diff --git a/crates/kvm-ioctls/RUSTSEC-0000-0000.md b/crates/kvm-ioctls/RUSTSEC-2024-0428.md similarity index 97% rename from crates/kvm-ioctls/RUSTSEC-0000-0000.md rename to crates/kvm-ioctls/RUSTSEC-2024-0428.md index 3c7ca03f..a80b0791 100644 --- a/crates/kvm-ioctls/RUSTSEC-0000-0000.md +++ b/crates/kvm-ioctls/RUSTSEC-2024-0428.md @@ -1,6 +1,6 @@ ```toml [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2024-0428" package = "kvm-ioctls" url = "https://github.com/rust-vmm/kvm/pull/298" date = "2024-12-05" diff --git a/crates/libafl/RUSTSEC-0000-0000.md b/crates/libafl/RUSTSEC-2024-0424.md similarity index 95% rename from crates/libafl/RUSTSEC-0000-0000.md rename to crates/libafl/RUSTSEC-2024-0424.md index edafbea8..791f206a 100644 --- a/crates/libafl/RUSTSEC-0000-0000.md +++ b/crates/libafl/RUSTSEC-2024-0424.md @@ -1,6 +1,6 @@ ```toml [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2024-0424" package = "libafl" date = "2024-12-19" url = "https://github.com/AFLplusplus/LibAFL/issues/1526" @@ -20,4 +20,4 @@ functions = {"libafl::observers::map::HitcountsMapObserver::post_exec" = ["< 0.1 The library breaks the safety assumptions when using unsafe API `slice::from_raw_parts_mut`. The pointer passed to `from_raw_parts_mut` is misaligned by casting `u8` to `u16` raw pointer directly, which is unsound. The bug is patched by using `align_offset`, which could make sure the memory address is aligned to 2 bytes for `u16`. -This was patched in 0.11.2 in the [commit](https://github.com/AFLplusplus/LibAFL/pull/1530/commits/5a60cb31ef587d71d09d534bba39bd3973c4b35d). \ No newline at end of file +This was patched in 0.11.2 in the [commit](https://github.com/AFLplusplus/LibAFL/pull/1530/commits/5a60cb31ef587d71d09d534bba39bd3973c4b35d). diff --git a/crates/spl-token-swap/RUSTSEC-0000-0000.md b/crates/spl-token-swap/RUSTSEC-2024-0426.md similarity index 98% rename from crates/spl-token-swap/RUSTSEC-0000-0000.md rename to crates/spl-token-swap/RUSTSEC-2024-0426.md index 55b39ee3..b9590397 100644 --- a/crates/spl-token-swap/RUSTSEC-0000-0000.md +++ b/crates/spl-token-swap/RUSTSEC-2024-0426.md @@ -1,6 +1,6 @@ ```toml [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2024-0426" package = "spl-token-swap" date = "2024-12-19" url = "https://github.com/solana-labs/solana-program-library/issues/5243"