Below you will find pages that utilize the taxonomy term “Timweri”
July 14, 2026
cargo-oxidate
Version updated for https://github.com/timweri/cargo-oxidate to version v0.1.8.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action checks Cargo.lock for packages that are either too new (potentially introducing vulnerabilities) or too old (stale). It automates the process of identifying and flagging these packages based on specified age thresholds. The action also provides options to exempt certain packages, handle missing publish dates, and include caching features for improved performance.
July 14, 2026
cargo-oxidate
Version updated for https://github.com/timweri/cargo-oxidate to version v0.1.6.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action checks Cargo.lock for packages that are too new or too old based on age thresholds and flags them as potential vulnerabilities. It automates security audits by identifying outdated dependencies and suggests updates to downgrade known risks. The action can be used directly from the command line or as a cargo subcommand, with options to exclude certain packages, customize timeout settings, and enable caching for improved performance in CI/CD workflows.