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 compressed_log

Dependencies

(8 total, 4 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 actix^0.70.13.3out of date
 actix-web ⚠️^0.74.5.1out of date
 backoff^0.10.4.0out of date
 chrono ⚠️^0.40.4.38maybe insecure
 failure^0.10.1.8up to date
 futures^0.10.3.30out of date
 log^0.40.4.21up to date
 lz4^1.231.24.0up to date

Security Vulnerabilities

actix-web: Multiple memory safety issues

RUSTSEC-2018-0019

Affected versions contain multiple memory safety issues, such as:

  • Unsoundly coercing immutable references to mutable references
  • Unsoundly extending lifetimes of strings
  • Adding the Send marker trait to objects that cannot be safely sent between threads

This may result in a variety of memory corruption scenarios, most likely use-after-free.

A significant refactoring effort has been conducted to resolve these issues.

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References