PT-2024-40922 · Unknown+1 · Is-Terminal+1
Published
2024-09-25
·
Updated
2024-09-25
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
atty (affected versions not specified)
Description
The maintainer of
atty has announced that the crate is no longer under development. Users are recommended to rely on the functionality in the standard library's IsTerminal trait instead.Recommendations
For users of
atty, consider replacing it with the standard library's IsTerminal trait, which is stable since Rust 1.70.0.
For users on Rust versions older than 1.70.0, consider using the is-terminal crate as an alternative.
As a temporary workaround, consider disabling the use of atty until a suitable replacement is implemented. Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Atty
Is-Terminal