rust-cli / env_logger

A logging implementation for `log` which is configured via an environment variable.
https://docs.rs/env_logger
Apache License 2.0
797 stars 124 forks source link

atty advisory issued #247

Closed ckoehler closed 1 year ago

ckoehler commented 1 year ago

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

willbuckner commented 1 year ago

To add one bit of additional context; atty is unmaintained, so this dependency probably needs to be completely replaced.

mathstuf commented 1 year ago

Fixed in 4db5e8793162e33e17efce36057afaa41d988788 and part of the 0.10.0 release.

rnestler commented 1 year ago

I guess this can be closed, since the current env_logger version uses is-terminal.

epage commented 1 year ago

Missed this issue, thanks!