Crates.io | cvefixer |
lib.rs | cvefixer |
version | 0.9.3 |
source | src |
created_at | 2024-05-05 21:57:42.340152 |
updated_at | 2024-07-07 14:59:32.74907 |
description | Fix all vulnerabilities that are fixed. |
homepage | |
repository | https://codeberg.org/janie314/cvefixer |
max_upload_size | |
id | 1230576 |
size | 38,438 |
Fix all vulnerabilities that are fixed! This Rust app update your Linux computer's many little applications, including Rust crates, Flatpak packages, Bun, and more.
Rust!
cargo install cvefixer
Usage: cvefixer [COMMAND]
Commands:
all Run all update tasks
bun Update Bun
deno Update Deno
flatpak Update Flatpak packages
hooks Run configured hook scripts
os Update OS packages (supports RHEL-like, Gentoo, Ubuntu)
rust Update Rust and Cargo packages
ruby Update Ruby and Gems
test Test command for development
help Print this message or the help of the given subcommand(s)
You can define hook scripts to be run by cvefixer all
and cvefixer hooks
,
specified as follows in a JSON config file:
{
"hooks": [
"/home/janie/.local/bin/update_git_repos.sh"
]
}
cvefixer looks for the config file in the following locations, in random order:
$HOME/.config/cvefixer/cvefixer.json
$HOME/.config/cvefixer/config.json
$HOME/.config/cvefixer.json
$HOME/cvefixer.json
$HOME/.cvefixer.json