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 stamon

Dependencies

(14 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.01.0.100up to date
 chrono^0.4.220.4.42up to date
 clap^4.2.74.5.52up to date
 libc^0.2.1340.2.177up to date
 nix^0.29.00.30.1out of date
 notify^7.0.08.2.0out of date
 notify-rust^4.8.04.11.7up to date
 reqwest^0.12.90.12.24up to date
 serde^1.0.1441.0.228up to date
 serde-xml-rs^0.6.00.8.2out of date
 serde_json^1.0.961.0.145up to date
 tracing^0.1.370.1.41up to date
 tracing-subscriber ⚠️^0.3.160.3.20maybe insecure
 x11^2.20.02.21.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 proptest^1.1.01.9.0up to date

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.