mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Assigned RUSTSEC-2024-0375 to atty (#2090)
Co-authored-by: tarcieri <797+tarcieri@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6960f548f3
commit
cb905e6e40
@@ -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 -
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user