RUSTSEC-2024-0375

Source
https://rustsec.org/advisories/RUSTSEC-2024-0375
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2024-0375.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2024-0375
Published
2024-09-25T12:00:00Z
Modified
2024-09-26T12:26:22Z
Summary
`atty` is unmaintained
Details

The maintainer of atty has published 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 trait.

Alternative(s)

  • std::io::IsTerminal - Stable since Rust 1.70.0 and the recommended replacement per the atty maintainer.
  • is-terminal - Standalone crate supporting Rust older than 1.70.0
Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / atty

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": null,
    "informational": "unmaintained",
    "categories": []
}