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 transact

Dependencies

(11 total, 6 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 cbor-codec^0.70.7.1up to date
 hex^0.30.4.3out of date
 libc>=0.2.350.2.153up to date
 lmdb-zero>=0.4.10.4.4up to date
 log^0.40.4.21up to date
 openssl ⚠️^0.100.10.64maybe insecure
 protobuf ⚠️^23.4.0out of date
 rand^0.60.8.5out of date
 sawtooth-sdk^0.30.5.2out of date
 sha2^0.80.10.8out of date
 uuid^0.71.8.0out of date

Dev dependencies

(2 total, 2 outdated)

CrateRequiredLatestStatus
 rand_hc^0.10.3.2out of date
 sawtooth-xo^0.30.5.2out of date

Security Vulnerabilities

protobuf: Out of Memory in stream::read_raw_bytes_into()

RUSTSEC-2019-0003

Affected versions of this crate called Vec::reserve() on user-supplied input.

This allows an attacker to cause an Out of Memory condition while calling the vulnerable method on untrusted data.

openssl: `openssl` `X509VerifyParamRef::set_host` buffer over-read

RUSTSEC-2023-0044

When this function was passed an empty string, openssl would attempt to call strlen on it, reading arbitrary memory until it reached a NUL byte.