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 pprof

Dependencies

(14 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 backtrace^0.30.3.71up to date
 bytes^0.4.121.6.0out of date
 inferno^0.9.00.11.19out of date
 lazy_static^1.4.01.4.0up to date
 libc^0.20.2.153up to date
 log^0.40.4.21up to date
 memmap^0.7.00.7.0up to date
 nix^0.15.00.28.0out of date
 prost ⚠️^0.50.12.4out of date
 prost-derive^0.50.12.4out of date
 quick-error^1.2.22.0.1out of date
 rustc-demangle^0.1.160.1.23up to date
 spin^0.5.20.9.8out of date
 tempfile^3.1.03.10.1up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 rand^0.7.20.8.5out of date

Security Vulnerabilities

prost: Parsing a specially crafted message can result in a stack overflow

RUSTSEC-2020-0002

Affected versions of this crate contained a bug in which decoding untrusted input could overflow the stack.

On architectures with stack probes (like x86), this can be used for denial of service attacks, while on architectures without stack probes (like ARM) overflowing the stack is unsound and can result in potential memory corruption (or even RCE).

The flaw was quickly corrected by @danburkert and released in version 0.6.1.