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 amc

Dependencies

(13 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^11.0.104up to date
 chrono ⚠️^0.40.4.45maybe insecure
 clap^4.54.6.6up to date
 crossterm^0.290.29.0up to date
 ego-tree^0.100.11.0out of date
 git2^0.200.21.0out of date
 ignore^0.40.4.33up to date
 log^0.40.4.33up to date
 ratatui^0.29.00.30.2out of date
 serde^1.01.0.229up to date
 simple_logger^5.05.2.0up to date
 toml^0.81.1.4+spec-1.1.0out of date
 walkdir^2.52.5.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^33.27.0up to date

Crate agent-core

Dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 serde^1.0.2191.0.229up to date

Crate agent-tools

No external dependencies! 🙌

Crate agent-cli

No external dependencies! 🙌

Security Vulnerabilities

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