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

CrateRequiredLatestStatus
 axum^0.70.7.5up to date
 axum-extra^0.90.9.3up to date
 clap^4.54.5.17up 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.30up to date
 git-version^0.30.3.9up to date
 mediatype^0.190.19.18up to date
 once_cell^1.191.20.0up to date
 openssl ⚠️=0.10.640.10.66out of date
 rdfoothills^0.30.3.1up to date
 regex^1.101.10.6up to date
 reqwest^0.120.12.7up to date
 serde^1.01.0.210up to date
 thiserror^1.01.0.63up to date
 tokio^1.381.40.0up to date
 tokio-util^0.70.7.12up to date
 tower-http^0.5.20.5.2up to date
 tracing^0.10.1.40up to date
 tracing-subscriber^0.30.3.18up to date
 url^2.52.5.2up 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.