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 payjoin-test-utils

Dependencies

(19 total, 6 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 bitcoin^0.32.50.32.8up to date
 bitcoincore-rpc^0.19.00.19.0up to date
 bitcoind^0.36.00.36.1up to date
 http^1.1.01.4.0up to date
 log^0.4.70.4.29up to date
 bitcoin-ohttp^0.6.00.6.0up to date
 ohttp-relay^0.0.100.0.11out of date
 once_cell^1.19.01.21.3up to date
 payjoin^0.24.00.24.0up to date
 payjoin-directory^0.0.30.0.3up to date
 rcgen^0.110.14.7out of date
 reqwest^0.120.13.2out of date
 rustls ⚠️^0.220.23.37out of date
 testcontainers^0.15.00.27.1out of date
 testcontainers-modules^0.3.70.15.0out of date
 tokio^1.38.11.49.0up to date
 tracing^0.1.400.1.44up to date
 tracing-subscriber ⚠️^0.3.170.3.22maybe insecure
 url^2.2.22.5.8up to date

Security Vulnerabilities

rustls: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input

RUSTSEC-2024-0336

If a close_notify alert is received during a handshake, complete_io does not terminate.

Callers which do not call complete_io are not affected.

rustls-tokio and rustls-ffi do not call complete_io and are not affected.

rustls::Stream and rustls::StreamOwned types use complete_io and are affected.

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.