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

atty advisory issued #629

Closed
ckoehler opened this issue Nov 22, 2022 · 2 comments
Closed

atty advisory issued #629

ckoehler opened this issue Nov 22, 2022 · 2 comments

Comments

@ckoehler
Copy link

See https://rustsec.org/advisories/RUSTSEC-2021-0145

@briansmith
Copy link

From the duplicate issue #650 (which should be closed):

$ cargo audit -Dwarnings
    Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 499 security advisories (from /home/vext01/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (137 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── criterion 0.4.0

error: 1 denied warning found!

According to PR #628, atty is no longer maintained. PR #628 attempts to fix this issue by switching to the is-terminal crate.

@waywardmonkeys
Copy link
Contributor

This can be closed. It was fixed in #628.

@lemmih lemmih closed this as completed Aug 9, 2023
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

4 participants