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, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^11.0.100up to date
 chrono ⚠️^0.40.4.42maybe insecure
 clap^4.54.5.53up to date
 crossterm^0.290.29.0up to date
 ego-tree^0.100.10.0up to date
 git2^0.200.20.2up to date
 ignore^0.40.4.25up to date
 log^0.40.4.28up to date
 ratatui^0.29.00.29.0up to date
 serde^1.01.0.228up to date
 simple_logger^5.05.1.0up to date
 toml^0.80.9.8out of date
 walkdir^2.52.5.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^33.23.0up to date

Crate agent-core

Dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 serde^1.0.2191.0.228up 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