timweri/cargo-oxidate

Check Cargo dependency for packages that are too new (supply chain risk) or too old (staleness/CVE risk)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cargo-lock-pathPath to the Cargo.lock filenoCargo.lock
min-age-daysMinimum age in days. Packages newer than this are flagged (supply chain security).no
max-age-daysMaximum age in days. Packages older than this are flagged (staleness).no
exempt-packagesNewline-separated list of package names to exempt from checksno""
exclude-missingExclude packages whose publish date cannot be determined from violations (by default they are included)nofalse
timeoutHTTP request timeout in secondsno10
suggest-fixFor "too new" violations, suggest cargo update commands to downgrade to compliant versionsnofalse
cache-responsesCache crates.io API responses between runsnotrue

no outputs