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 svd2rust

Dependencies

(17 total, 1 outdated)

CrateRequiredLatestStatus
 clap^4.04.6.6up to date
 irx-config^3.5.03.5.0up to date
 env_logger^0.110.11.11up to date
 inflections^1.11.1.1up to date
 log~0.40.4.34up to date
 quote^1.01.0.47up to date
 proc-macro2^1.01.0.107up to date
 anyhow^1.01.0.104up to date
 thiserror^2.02.0.20up to date
 serde^1.01.0.229up to date
 serde_json^1.0.851.0.151up to date
 serde_yaml^0.9.110.9.34+deprecatedup to date
 regex^1.10.01.13.1up to date
 url^2.52.5.8up to date
 svd-parser^0.14.90.14.10up to date
 svd-rs^0.14.120.14.13up to date
 syn^2.03.0.4out of date

Crate svd2rust-regress

Dependencies

(15 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 clap^4.14.6.6up to date
 reqwest^0.120.13.4out of date
 rayon^1.41.12.0up to date
 anyhow^11.0.104up to date
 thiserror^12.0.20out of date
 serde^11.0.229up to date
 serde_json^11.0.151up to date
 serde_yaml^0.90.9.34+deprecatedup to date
 prettyplease^0.20.3.0out of date
 syn^23.0.4out of date
 wildmatch^2.1.12.6.1up to date
 which^5.0.08.0.6out of date
 tracing^0.1.400.1.44up to date
 tracing-subscriber ⚠️^0.3.180.3.23maybe insecure
 shell-words^1.11.1.1up 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.