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 actix-storage

Dependencies

(13 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix^0.13.00.13.5up to date
 actix-web^4.0.04.10.2up to date
 async-trait^0.10.1.87up to date
 bincode^1.32.0.1out of date
 futures^0.30.3.31up to date
 log^0.40.4.26up to date
 quick-xml^0.26.00.37.2out of date
 ron^0.8.00.8.1up to date
 serde^1.01.0.219up to date
 serde_cbor^0.110.11.2up to date
 serde_json^1.01.0.140up to date
 serde_yaml ⚠️^0.80.9.34+deprecatedout of date
 thiserror^12.0.12out of date

Security Vulnerabilities

serde_yaml: Uncontrolled recursion leads to abort in deserialization

RUSTSEC-2018-0005

Affected versions of this crate did not properly check for recursion while deserializing aliases.

This allows an attacker to make a YAML file with an alias referring to itself causing an abort.

The flaw was corrected by checking the recursion depth.