This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate olm-rs

Dependencies

(5 total, 1 outdated, 1 insecure)

CrateRequiredLatestStatus
 getrandom^0.2.00.3.2out of date
 olm-sys ⚠️^1.31.3.2insecure
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 zeroize^1.11.8.1up to date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 base64^0.11.00.22.1out of date
 json^0.12.10.12.4up to date

Security Vulnerabilities

olm-sys: olm-sys: wrapped library unmaintained, potentially vulnerable

RUSTSEC-2024-0368

After several cryptographic vulnerabilities in libolm were disclosed publicly, the Matrix Foundation has officially deprecated the library. olm-sys is a thin wrapper around libolm and is now deprecated and potentially vulnerable in kind.

Users of olm-sys and its higher-level abstraction, olm-rs, are highly encouraged to switch to vodozemac as soon as possible. It is the successor effort to libolm and is written in Rust.