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 dash-mpd-cli

Dependencies

(17 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 tokio^1.48.01.48.0up to date
 tracing^0.1.410.1.43up to date
 tracing-subscriber ⚠️^0.30.3.22maybe insecure
 time^0.3.440.3.44up to date
 dash-mpd^0.19.10.19.1up to date
 reqwest^0.12.240.12.24up to date
 strum^0.26.30.27.2out of date
 indicatif^0.18.30.18.3up to date
 clap=4.4.184.5.53out of date
 serde_json^1.0.1451.0.145up to date
 versions^7.0.07.0.0up to date
 fs-err^3.2.03.2.0up to date
 number_prefix^0.4.00.4.0up to date
 url^2.5.72.5.7up to date
 anyhow^1.0.1001.0.100up to date
 tempfile^3.23.03.23.0up to date
 decrypt-cookies=0.6.10.10.4out of date

Dev dependencies

(22 total, 1 possibly insecure)

CrateRequiredLatestStatus
 rustls^0.23.350.23.35up to date
 rustls-pki-types^1.13.01.13.1up to date
 rustls-pemfile^2.2.02.2.0up to date
 tokio^1.48.01.48.0up to date
 tokio-rustls^0.26.40.26.4up to date
 tracing-subscriber ⚠️^0.30.3.22maybe insecure
 test-log^0.2.180.2.19up to date
 http^1.3.11.4.0up to date
 hyper^1.8.11.8.1up to date
 hyper-util^0.1.170.1.18up to date
 axum^0.8.70.8.7up to date
 axum-auth^0.8.10.8.1up to date
 axum-server^0.7.30.7.3up to date
 quick-xml^0.38.40.38.4up to date
 mp4^0.14.00.14.0up to date
 lazy_static^1.5.01.5.0up to date
 ffprobe^0.4.00.4.0up to date
 file-format^0.28.00.28.0up to date
 json^0.12.40.12.4up to date
 assert_cmd^2.1.12.1.1up to date
 assert_fs^1.1.31.1.3up to date
 predicates^3.1.33.1.3up 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.