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 pickledb

Dependencies

(6 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bincode^1.0.11.3.3up to date
 serde^1.0.821.0.198up to date
 serde_cbor ⚠️^0.9.00.11.2out of date
 serde_derive^1.01.0.198up to date
 serde_json^1.01.0.116up to date
 serde_yaml^0.8.80.9.34+deprecatedout of date

Dev dependencies

(4 total, 2 outdated)

CrateRequiredLatestStatus
 fs2^0.4.30.4.3up to date
 matches^0.1.80.1.10up to date
 rand^0.6.30.8.5out of date
 rstest^0.2.20.19.0out of date

Security Vulnerabilities

serde_cbor: Flaw in CBOR deserializer allows stack overflow

RUSTSEC-2019-0025

Affected versions of this crate did not properly check if semantic tags were nested excessively during deserialization.

This allows an attacker to craft small (< 1 kB) CBOR documents that cause a stack overflow.

The flaw was corrected by limiting the allowed number of nested tags.