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

Crate tui

Dependencies

(10 total, 6 outdated, 1 insecure)

CrateRequiredLatestStatus
 bitflags^1.02.6.0out of date
 cassowary^0.30.3.0up to date
 crossterm^0.200.28.1out of date
 easycurses^0.12.20.13.0out of date
 pancurses ⚠️^0.16.10.17.0insecure
 rustbox^0.110.11.0up to date
 serde^11.0.216up to date
 termion^1.54.0.3out of date
 unicode-segmentation^1.21.12.0up to date
 unicode-width^0.10.2.0out of date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 argh^0.10.1.13up to date
 rand^0.80.8.5up to 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.