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 stamp-suite

Dependencies

(22 total, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono^0.4.440.4.45up to date
 clap^4.64.6.1up to date
 env_logger^0.110.11.10up to date
 log^0.40.4.33up to date
 tracing^0.10.1.44up to date
 tracing-subscriber ⚠️^0.30.3.23maybe insecure
 serde^11.0.228up to date
 serde_json^11.0.150up to date
 toml^1.11.1.2+spec-1.1.0up to date
 thiserror^2.02.0.18up to date
 hmac^0.130.13.0up to date
 sha2^0.110.11.0up to date
 hex^0.40.4.3up to date
 subtle^2.62.6.1up to date
 zeroize^11.9.0up to date
 nix^0.310.31.3up to date
 pnet^0.350.35.0up to date
 axum^0.80.8.9up to date
 metrics^0.240.24.6up to date
 metrics-exporter-prometheus^0.180.18.3up to date
 tokio-util^0.70.7.18up to date
 tokio^1.521.52.3up to date

Dev dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^33.27.0up to date
 proptest^11.11.0up to date
 criterion^0.80.8.2up 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.