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-2021-0139: ansi_term is Unmaintained #106

Open
github-actions bot opened this issue Jan 14, 2023 · 2 comments
Open

RUSTSEC-2021-0139: ansi_term is Unmaintained #106

github-actions bot opened this issue Jan 14, 2023 · 2 comments

Comments

@github-actions
Copy link

ansi_term is Unmaintained

Details
Status unmaintained
Package ansi_term
Version 0.12.1
URL ogham/rust-ansi-term#72
Date 2021-08-18

The maintainer has adviced that this crate is deprecated and will not receive any maintenance.

The crate does not seem to have much dependencies and may or may not be ok to use as-is.

Last release seems to have been three years ago.

Possible Alternative(s)

The below list has not been vetted in any way and may or may not contain alternatives;

Dependency Specific Migration(s)

See advisory page for additional details.

@tqwewe
Copy link
Member

tqwewe commented Jan 16, 2023

Based on the alternatives mentioned, I think console seems the most popular and maintained one of them all.

This is the only blocker for now: console-rs/console#154

@bkolobara
Copy link
Contributor

In the lunatic-log crate I merged a PR that switches to yansi: lunatic-solutions/lunatic-log-rs#7.

Maybe we should use the same here? Automatic detection can't work either way in WASI, there is no API that allows you to look up what OS/terminal you are running on.

We could always default to one and then dynamically re-encode escape characters on windows during the "write(0, ...)" calls. However, this would be a bit too much work at the moment.

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

2 participants