From cb905e6e405834bdff1eb1e20c9b10edb5403889 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 06:26:22 -0600 Subject: [PATCH] Assigned RUSTSEC-2024-0375 to atty (#2090) Co-authored-by: tarcieri <797+tarcieri@users.noreply.github.com> --- .duplicate-id-guard | 2 +- ...TSEC-0000-0000.md => RUSTSEC-2024-0375.md} | 42 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) rename crates/atty/{RUSTSEC-0000-0000.md => RUSTSEC-2024-0375.md} (94%) diff --git a/.duplicate-id-guard b/.duplicate-id-guard index cb791389..bf8fbd3b 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. -c269c81aac5f178020706a23b99cfd6193b392da417449f34fd96c803500eff0 - +427bcec806fed5b0e5659bf5d2408b10d599207d758c1490ade3767f64981bca - diff --git a/crates/atty/RUSTSEC-0000-0000.md b/crates/atty/RUSTSEC-2024-0375.md similarity index 94% rename from crates/atty/RUSTSEC-0000-0000.md rename to crates/atty/RUSTSEC-2024-0375.md index ee2aa085..7de9e54d 100644 --- a/crates/atty/RUSTSEC-0000-0000.md +++ b/crates/atty/RUSTSEC-2024-0375.md @@ -1,21 +1,21 @@ -```toml -[advisory] -id = "RUSTSEC-0000-0000" -package = "atty" -date = "2024-09-25" -informational = "unmaintained" -url = "https://github.com/softprops/atty/issues/57" - -[versions] -patched = [] -``` - -# `atty` is unmaintained - -The maintainer of `atty` has [published](https://github.com/softprops/atty/commit/5bfdbe9e48c6ca6a4909e8d5b04f5e843a257e93) an official notice that the crate is no longer -under development, and that users should instead rely on the functionality in the standard library's [`IsTerminal`](https://doc.rust-lang.org/std/io/trait.IsTerminal.html) trait. - -## Alternative(s) - -- [std::io::IsTerminal](https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html) - Stable since Rust 1.70.0 and the recommended replacement per the `atty` maintainer. -- [is-terminal](https://crates.io/crates/is-terminal) - Standalone crate supporting Rust older than 1.70.0 +```toml +[advisory] +id = "RUSTSEC-2024-0375" +package = "atty" +date = "2024-09-25" +informational = "unmaintained" +url = "https://github.com/softprops/atty/issues/57" + +[versions] +patched = [] +``` + +# `atty` is unmaintained + +The maintainer of `atty` has [published](https://github.com/softprops/atty/commit/5bfdbe9e48c6ca6a4909e8d5b04f5e843a257e93) an official notice that the crate is no longer +under development, and that users should instead rely on the functionality in the standard library's [`IsTerminal`](https://doc.rust-lang.org/std/io/trait.IsTerminal.html) trait. + +## Alternative(s) + +- [std::io::IsTerminal](https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html) - Stable since Rust 1.70.0 and the recommended replacement per the `atty` maintainer. +- [is-terminal](https://crates.io/crates/is-terminal) - Standalone crate supporting Rust older than 1.70.0