From 99c934de96bc77ffc9ab4ce63d57ad190e7682da Mon Sep 17 00:00:00 2001 From: Shnatsel Date: Mon, 25 Jan 2021 13:20:14 +0000 Subject: [PATCH] Assigned RUSTSEC-2020-0119 to ticketed_lock --- .duplicate-id-guard | 2 +- .../{RUSTSEC-0000-0000.md => RUSTSEC-2020-0119.md} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename crates/ticketed_lock/{RUSTSEC-0000-0000.md => RUSTSEC-2020-0119.md} (89%) diff --git a/.duplicate-id-guard b/.duplicate-id-guard index ed74c85..3122609 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. -d1438c1f6904595ea776510113aae7bf3672774541eb917afc4e7f68c2775950 - +0d9344ca55efb1b496ceb3d15c4083a5a8482138465f6c0bf7e3697243e825a7 - diff --git a/crates/ticketed_lock/RUSTSEC-0000-0000.md b/crates/ticketed_lock/RUSTSEC-2020-0119.md similarity index 89% rename from crates/ticketed_lock/RUSTSEC-0000-0000.md rename to crates/ticketed_lock/RUSTSEC-2020-0119.md index f08c183..fd15e14 100644 --- a/crates/ticketed_lock/RUSTSEC-0000-0000.md +++ b/crates/ticketed_lock/RUSTSEC-2020-0119.md @@ -1,6 +1,6 @@ ```toml [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2020-0119" package = "ticketed_lock" date = "2020-11-17" url = "https://github.com/kvark/ticketed_lock/issues/7" @@ -17,4 +17,4 @@ This allows to send non-Send `T` to other threads. This can allows creating data races by cloning types with internal mutability and sending them to other threads (as `T` of `ReadTicket`/`WriteTicket`). Such data races can cause memory corruption or other undefined behavior. -The flaw was corrected in commit a986a93 by adding `T: Send` bounds to `Send` impls of `ReadTicket`/`WriteTicket`. \ No newline at end of file +The flaw was corrected in commit a986a93 by adding `T: Send` bounds to `Send` impls of `ReadTicket`/`WriteTicket`.