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, 1 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 async-native-tls^0.50.5.0up to date
 async-std^1.101.12.0up to date
 async-tls^0.130.13.0up to date
 async-trait^0.1.640.1.80up to date
 chrono ⚠️^0.40.4.38maybe insecure
 lazy-regex^33.1.0up to date
 log^0.40.4.21up to date
 native-tls^0.20.2.11up to date
 pin-project^11.1.5up to date
 rustls ⚠️^0.210.23.7out of date
 thiserror^11.0.61up to date

Dev dependencies

(6 total, all up-to-date)

CrateRequiredLatestStatus
 async-attributes^1.1.21.1.2up to date
 env_logger^0.110.11.3up to date
 pretty_assertions^1.0.01.4.0up to date
 rand^0.8.40.8.5up to date
 serial_test^3.03.1.1up to date
 webpki-roots^0.260.26.1up to 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.