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 suppaftp

Dependencies

(11 total, 2 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 async-native-tls^0.50.5.0up to date
 async-std^1.101.13.1up to date
 async-tls^0.130.13.0up to date
 async-trait^0.1.640.1.88up to date
 chrono ⚠️^0.40.4.41maybe insecure
 lazy-regex^33.4.1up to date
 log^0.40.4.27up to date
 native-tls^0.20.2.14up to date
 pin-project^11.1.10up to date
 rustls ⚠️^0.210.23.28out of date
 thiserror^12.0.12out of date

Dev dependencies

(6 total, 2 outdated)

CrateRequiredLatestStatus
 async-attributes^1.1.21.1.2up to date
 env_logger^0.110.11.8up to date
 pretty_assertions^1.0.01.4.1up to date
 rand^0.8.40.9.1out of date
 serial_test^3.03.2.0up to date
 webpki-roots^0.261.0.1out of date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References

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.