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 hammersbald

Dependencies

(7 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bitcoin^0.210.32.0out of date
 bitcoin_hashes^0.70.14.0out of date
 byteorder^1.21.5.0up to date
 lru-cache^0.1.10.1.2up to date
 rand^0.70.8.5out of date
 serde^11.0.200up to date
 serde_cbor ⚠️^0.100.11.2out of date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 hex^0.30.4.3out 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.