#hook #fixed #vulnerabilities #command #bun #deno #flatpak

app cvefixer

Fix all vulnerabilities that are fixed

2 unstable releases

0.9.0 May 10, 2024
0.8.0 May 5, 2024

#217 in Development tools

Download history 296/week @ 2024-05-05 14/week @ 2024-05-12 5/week @ 2024-05-19

315 downloads per month

BSD-3-Clause

15KB
375 lines

cvefixer

Fix CVEs. (Update your Linux computer's many little applications.)

Requirements

Rust!

Installation

cargo install cvefixer

Usage

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)

Configuration

You can define hook scripts to be run by cvefixer all and cvefixer hooks, specified as follows in the 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

Dependencies

~7–18MB
~252K SLoC