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 webrtc-dtls

Dependencies

(29 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 aes^0.80.8.4up to date
 aes-gcm^0.100.10.3up to date
 async-trait^0.10.1.80up to date
 bincode^11.3.3up to date
 byteorder^11.5.0up to date
 cbc^0.10.1.2up to date
 ccm^0.50.5.0up to date
 der-parser^8.19.0.0out of date
 hkdf^0.120.12.4up to date
 hmac^0.120.12.1up to date
 log^0.40.4.21up to date
 p256^0.130.13.2up to date
 p384^0.130.13.0up to date
 pem^33.0.4up to date
 rand^0.80.8.5up to date
 rand_core^0.60.6.4up to date
 rcgen^0.110.13.1out of date
 ring^0.16.190.17.8out of date
 rustls ⚠️^0.210.23.7out of date
 sec1^0.70.7.3up to date
 serde^11.0.202up to date
 sha1^0.100.10.6up to date
 sha2^0.100.10.8up to date
 subtle^22.5.0up to date
 thiserror^11.0.61up to date
 tokio^1.32.01.37.0up to date
 webrtc-util^0.80.9.0out of date
 x25519-dalek^22.0.1up to date
 x509-parser^0.150.16.0out of date

Dev dependencies

(4 total, 2 outdated)

CrateRequiredLatestStatus
 chrono^0.4.280.4.38up to date
 clap^34.5.4out of date
 env_logger^0.100.11.3out of date
 tokio-test^0.40.4.4up 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.