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 maud

Dependencies

(5 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-web ⚠️^0.6.124.5.1out of date
 iron>=0.5.1, <0.7.00.6.1up to date
 maud_htmlescape^0.17.00.17.1up to date
 maud_macros^0.18.10.26.0out of date
 rocket^0.30.5.0out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 maud_lints^0.18.10.18.1up 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.