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

Ignore RUSTSEC-2024-0375 #267

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Ignore RUSTSEC-2024-0375 #267

merged 1 commit into from
Oct 1, 2024

Conversation

taiki-e
Copy link
Contributor

@taiki-e taiki-e commented Sep 30, 2024

error[unmaintained]: `atty` is unmaintained
   ┌─ /home/runner/work/urdf-viz/urdf-viz/Cargo.lock:16:1
   │
16 │ atty 0.2.14 registry+https://github.com/rust-lang/crates.io-index
   │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
   │
   ├ ID: RUSTSEC-2024-0375
   ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0375
   ├ 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
   ├ Announcement: https://github.com/softprops/atty/issues/57
   ├ Solution: No safe upgrade is available!
   ├ atty v0.2.14
     └── clap v2.34.0
         └── structopt v0.3.26
             └── urdf-viz v0.46.0
                 └── urdf-viz-wasm v0.0.0

```
error[unmaintained]: `atty` is unmaintained
   ┌─ /home/runner/work/urdf-viz/urdf-viz/Cargo.lock:16:1
   │
16 │ atty 0.2.14 registry+https://github.com/rust-lang/crates.io-index
   │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected
   │
   ├ ID: RUSTSEC-2024-0375
   ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0375
   ├ The maintainer of `atty` has [published](softprops/atty@5bfdbe9) 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
   ├ Announcement: softprops/atty#57
   ├ Solution: No safe upgrade is available!
   ├ atty v0.2.14
     └── clap v2.34.0
         └── structopt v0.3.26
             └── urdf-viz v0.46.0
                 └── urdf-viz-wasm v0.0.0
```
@taiki-e taiki-e requested a review from OTL September 30, 2024 12:16
@taiki-e taiki-e enabled auto-merge (rebase) September 30, 2024 12:17
@taiki-e taiki-e merged commit c8638ac into main Oct 1, 2024
7 checks passed
@taiki-e taiki-e deleted the taiki-e-patch-1 branch October 1, 2024 00:51
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

Successfully merging this pull request may close these issues.

2 participants