This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate lichess-cli

Dependencies

(8 total, 1 possibly insecure)

CrateRequiredLatestStatus
 clap^4.5.324.5.53up to date
 color-eyre^0.6.30.6.5up to date
 futures^0.3.310.3.31up to date
 rand^0.9.00.9.2up to date
 reqwest^0.12.70.12.24up to date
 tokio^1.44.11.48.0up to date
 tracing^0.1.410.1.41up to date
 tracing-subscriber ⚠️^0.3.190.3.20maybe insecure

Crate lichess-api

Dependencies

(14 total, all up-to-date)

CrateRequiredLatestStatus
 async-std^1.13.11.13.2up to date
 bytes^1.10.11.11.0up to date
 futures^0.3.310.3.31up to date
 futures-core^0.3.310.3.31up to date
 http^1.3.11.4.0up to date
 mime^0.3.170.3.17up to date
 reqwest^0.12.70.12.24up to date
 serde^1.0.2191.0.228up to date
 serde_json^1.0.1401.0.145up to date
 serde_with^3.12.03.16.0up to date
 serde_urlencoded^0.7.10.7.1up to date
 thiserror^2.0.122.0.17up to date
 tracing^0.1.410.1.41up to date
 url^2.5.42.5.7up to date

Dev dependencies

(2 total, 1 possibly insecure)

CrateRequiredLatestStatus
 tokio^1.45.11.48.0up to date
 tracing-subscriber ⚠️^0.3.190.3.20maybe insecure

Security Vulnerabilities

tracing-subscriber: Logging user input may result in poisoning logs with ANSI escape sequences

RUSTSEC-2025-0055

Previous versions of tracing-subscriber were vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to:

  • Manipulate terminal title bars
  • Clear screens or modify terminal display
  • Potentially mislead users through terminal manipulation

In isolation, impact is minimal, however security issues have been found in terminal emulators that enabled an attacker to use ANSI escape sequences via logs to exploit vulnerabilities in the terminal emulator.

This was patched in PR #3368 to escape ANSI control characters from user input.