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 ontprox

Dependencies

(22 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 axum^0.70.7.9up to date
 axum-extra^0.90.9.6up to date
 clap^4.54.5.21up to date
 cli_utils_hoijui^0.70.9.0out of date
 const_format^0.20.2.33up to date
 dirs^5.05.0.1up to date
 futures^0.30.3.31up to date
 git-version^0.30.3.9up to date
 mediatype^0.190.19.18up to date
 once_cell^1.191.20.2up to date
 openssl ⚠️=0.10.640.10.68out of date
 rdfoothills^0.30.3.1up to date
 regex^1.101.11.1up to date
 reqwest^0.120.12.9up to date
 serde^1.01.0.215up to date
 thiserror^1.02.0.3out of date
 tokio^1.381.41.1up to date
 tokio-util^0.70.7.12up to date
 tower-http^0.5.20.6.2out of date
 tracing^0.10.1.40up to date
 tracing-subscriber^0.30.3.18up to date
 url^2.52.5.3up to date

Security Vulnerabilities

openssl: `MemBio::get_buf` has undefined behavior with empty buffers

RUSTSEC-2024-0357

Previously, MemBio::get_buf called slice::from_raw_parts with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed.