From 205ad1730e0c4d5fe623fd5f8addb3078955937d Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 17 Nov 2025 07:41:46 +0800 Subject: [PATCH 1/2] Mark rand_os as unmaintained --- crates/rand_os/RUSTSEC-0000-0000.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 crates/rand_os/RUSTSEC-0000-0000.md diff --git a/crates/rand_os/RUSTSEC-0000-0000.md b/crates/rand_os/RUSTSEC-0000-0000.md new file mode 100644 index 0000000000..f09e221b9f --- /dev/null +++ b/crates/rand_os/RUSTSEC-0000-0000.md @@ -0,0 +1,18 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "rand_os" +date = "2025-11-17" +url = "https://crates.io/crates/rand_os" +informational = "unmaintained" + +[versions] +patched = [] +``` + +# and_os crate is unmaintained + +The `rand_os` crate is deprecated and no longer actively maintained, as `OsRng` +is now part of `rand_core`. + +If you are using this crate, consider upgrade to `rand_core` 0.5.1 or higher. \ No newline at end of file From 3a666a1e8caa2fa28bdf61e80e959a668899db5b Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 18 Nov 2025 19:52:14 +0800 Subject: [PATCH 2/2] fix grammar --- crates/rand_os/RUSTSEC-0000-0000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rand_os/RUSTSEC-0000-0000.md b/crates/rand_os/RUSTSEC-0000-0000.md index f09e221b9f..42b6ba9586 100644 --- a/crates/rand_os/RUSTSEC-0000-0000.md +++ b/crates/rand_os/RUSTSEC-0000-0000.md @@ -15,4 +15,4 @@ patched = [] The `rand_os` crate is deprecated and no longer actively maintained, as `OsRng` is now part of `rand_core`. -If you are using this crate, consider upgrade to `rand_core` 0.5.1 or higher. \ No newline at end of file +If you are using this crate, consider upgrading to `rand_core` 0.5.1 or higher. \ No newline at end of file