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 intersect2d

Dependencies

(8 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 approx^0.4.00.5.1out of date
 fltk ⚠️^0.14.21.5.9out of date
 fnv^1.0.71.0.7up to date
 geo^0.17.00.30.0out of date
 itertools^0.10.00.14.0out of date
 num-traits^0.2.140.2.19up to date
 ordered-float^2.0.15.0.0out of date
 rb_tree^0.3.20.5.0out of date

Security Vulnerabilities

fltk: Multiple memory safety issues

RUSTSEC-2021-0038

Affected versions contain multiple memory safety issues, such as:

  • Setting a multi label type where an image doesn't exist would lead to a NULL pointer dereference.
  • Setting a window icon using a non-raster image (which FLTK rasterizes lazily) would lead to a NULL dereference.
  • Pixmap constructor would not check for correct pixmaps which could lead to out-of bound reads.