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 rss2email

Dependencies

(20 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 log^0.4.170.4.28up to date
 quick-xml^0.310.38.4out of date
 serde^1.0.1441.0.228up to date
 serde_derive^1.0.1441.0.228up to date
 chrono^0.4.230.4.42up to date
 itertools^0.12.10.14.0out of date
 env_logger^0.11.10.11.8up to date
 dotenvy^0.15.50.15.7up to date
 regex^1.7.01.12.2up to date
 lazy_static^1.4.01.5.0up to date
 once_cell^1.15.01.21.3up to date
 enum_dispatch^0.3.80.3.13up to date
 futures^0.3.240.3.31up to date
 tokio^1.25.01.48.0up to date
 reqwest^0.12.150.12.24up to date
 http^1.0.01.4.0up to date
 resend-rs^0.12.00.19.0out of date
 lambda_runtime^0.9.11.0.1out of date
 tracing^0.10.1.41up to date
 tracing-subscriber ⚠️^0.30.3.20maybe insecure

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 criterion^0.5.10.7.0out of date
 pretty_assertions^1.3.01.4.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.