Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUSTSEC-2024-0375: atty is unmaintained #1814

Open
github-actions bot opened this issue Jan 28, 2025 · 1 comment
Open

RUSTSEC-2024-0375: atty is unmaintained #1814

github-actions bot opened this issue Jan 28, 2025 · 1 comment

Comments

@github-actions
Copy link

Details
Package atty
Version 0.2.14
Warning unmaintained
URL softprops/atty#57
Patched Versions n/a

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
@oleonardolima
Copy link
Contributor

oleonardolima commented Jan 29, 2025

I guess we'd need either: (i) let the issue open or (ii) ignore the advisory when running cargo-audit until we bump the MSRV and it can be fixed, otherwise CI will keep recreating issue.

Anyway, for anyone taking a look at this one see why it's unaffected and unsolvable at the moment here: #1769 (comment)

edit: I have the minimal changes for (ii) here: https://github.com/oleonardolima/bdk/tree/ci/add-RUSTSEC-2024-0375-to-ignored-list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant