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

Crate git-interactive-rebase-tool

Dependencies

(5 total, 3 outdated, 1 insecure, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.40.4.37maybe insecure
 clap^2.32.04.5.4out of date
 git2^0.7.20.18.3out of date
 pancurses ⚠️^0.160.17.0insecure
 unicode-segmentation^1.1.01.11.0up 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.

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References