age: Replace atty with is-terminal

Closes str4d/rage#359.
This commit is contained in:
Jack Grigg 2023-08-06 17:48:13 +00:00
parent 3b29ef6b00
commit 4d81bb0e57
5 changed files with 7 additions and 40 deletions

View file

@ -322,10 +322,6 @@ criteria = "safe-to-deploy"
version = "0.8.1"
criteria = "safe-to-deploy"
[[exemptions.hermit-abi]]
version = "0.1.19"
criteria = "safe-to-deploy"
[[exemptions.hermit-abi]]
version = "0.3.2"
criteria = "safe-to-deploy"

View file

@ -166,16 +166,6 @@ criteria = "safe-to-deploy"
version = "0.1.6"
notes = "Contains no unsafe code, no IO, no build.rs."
[[audits.bytecode-alliance.audits.atty]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "0.2.14"
notes = """
Contains only unsafe code for what this crate's purpose is and only accesses
the environment's terminal information when asked. Does its stated purpose and
no more.
"""
[[audits.bytecode-alliance.audits.base64]]
who = "Pat Hickey <phickey@fastly.com>"
criteria = "safe-to-deploy"