This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate actix-web-httpauth

Dependencies

(3 total, 3 outdated, 1 insecure)

CrateRequiredLatestStatus
 actix-web ⚠️^0.74.15.0insecure
 base64^0.90.23.1out of date
 bytes^0.41.12.1out of 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.