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 bnuuy

Dependencies

(17 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 snafu^0.70.8.9out of date
 input_buffer^0.50.5.0up to date
 bytes^1.41.11.0up to date
 amq-protocol^7.19.0.1out of date
 mio^0.61.1.0out of date
 mio-extras^2.02.0.6up to date
 cookie-factory^0.30.3.3up to date
 crossbeam-channel^0.50.5.15up to date
 indexmap^2.02.12.1up to date
 url^2.4.02.5.7up to date
 percent-encoding^2.32.3.2up to date
 tracing^0.1.370.1.43up to date
 rustls ⚠️^0.200.23.35out of date
 rustls-connector^0.16.10.22.0out of date
 webpki-roots^0.221.0.4out of date
 rustls-native-certs^0.60.8.2out of date
 native-tls^0.2.100.2.14up to date

Dev dependencies

(3 total, 1 possibly insecure)

CrateRequiredLatestStatus
 uuid^1.41.18.1up to date
 mockstream^0.0.30.0.3up to date
 tracing-subscriber ⚠️^0.3.170.3.22maybe insecure

Build dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 built^0.6.10.8.0out of 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.