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

Crate tui

Dependencies

(12 total, 6 outdated, 1 insecure)

CrateRequiredLatestStatus
 bitflags^1.02.5.0out of date
 cassowary^0.30.3.0up to date
 crossterm^0.90.27.0out of date
 easycurses^0.12.20.13.0out of date
 either^1.51.11.0up to date
 itertools^0.80.12.1out of date
 log^0.40.4.21up to date
 pancurses ⚠️^0.16.10.17.0insecure
 rustbox^0.110.11.0up to date
 termion^1.53.0.0out of date
 unicode-segmentation^1.21.11.0up to date
 unicode-width^0.10.1.11up to date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 failure^0.10.1.8up to date
 rand^0.60.8.5out of date
 stderrlog^0.40.6.0out of date
 structopt^0.20.3.26out of date

Security Vulnerabilities

pancurses: Format string vulnerabilities in `pancurses`

RUSTSEC-2019-0005

pancurses::mvprintw and pancurses::printw passes a pointer from a rust &str to C, allowing hostile input to execute a format string attack, which trivially allows writing arbitrary data to stack memory.