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

(23 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 axum^0.70.7.9up to date
 axum-extra^0.90.9.6up to date
 clap^4.54.5.23up to date
 cli_utils_hoijui^0.90.9.0up to date
 const_format^0.20.2.34up 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-base^0.50.5.1up to date
 rdfoothills-conversion^0.50.5.1up to date
 rdfoothills-mime^0.50.5.1up to date
 reqwest^0.120.12.9up to date
 serde^1.01.0.216up to date
 thiserror^2.02.0.9up to date
 tokio^1.381.42.0up to date
 tokio-util^0.70.7.13up to date
 tower-http^0.60.6.2up to date
 tracing^0.10.1.41up to date
 tracing-subscriber^0.30.3.19up to date
 url^2.52.5.4up 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.