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 rustyaci

Dependencies

(12 total, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.0.811.0.98up to date
 dotenvy^0.15.70.15.7up to date
 futures^0.3.290.3.31up to date
 reqwest^0.120.12.22up to date
 serde^1.0.1931.0.219up to date
 serde_json^1.0.1081.0.140up to date
 tokio^1.34.01.45.1up to date
 http^11.3.1up to date
 trait-variant^0.1.10.1.2up to date
 time^0.3.360.3.41up to date
 openssl ⚠️^0.10.680.10.73maybe insecure
 thiserror^2.0.32.0.12up to date

Security Vulnerabilities

openssl: Use-After-Free in `Md::fetch` and `Cipher::fetch`

RUSTSEC-2025-0022

When a Some(...) value was passed to the properties argument of either of these functions, a use-after-free would result.

In practice this would nearly always result in OpenSSL treating the properties as an empty string (due to CString::drop's behavior).

The maintainers thank quitbug for reporting this vulnerability to us.