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 ffi-support

Dependencies

(8 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 backtrace^0.3.90.3.71up to date
 failure^0.1.50.1.8up to date
 failure_derive^0.1.50.1.8up to date
 lazy_static^1.2.01.4.0up to date
 log^0.40.4.21up to date
 prost ⚠️^0.40.12.4out of date
 serde^1.0.791.0.198up to date
 serde_json^1.0.321.0.116up to 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.