All Projects → ilpianista → Arch Audit

ilpianista / Arch Audit

Licence: mit
A utility like pkg-audit for Arch Linux. Based on Arch Security Team data.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Arch Audit

Arch-Data-Science
Archlinux PKGBUILDs for Data Science, Machine Learning, Deep Learning, NLP and Computer Vision
Stars: ✭ 92 (-66.91%)
Mutual labels:  archlinux
docsTermuxArch
docsTermuxArch https://termuxarch.github.io/docsTermuxArch/
Stars: ✭ 29 (-89.57%)
Mutual labels:  archlinux
ArchLinuxTutorial
✨Arch Linux安装使用教程 每日实时更新! | 包含ArchLinux从安装到日常使用、娱乐、编程、媒体制作的各个方面,让Arch成为你的常用系统吧! | 提供在线网页文档 ✨
Stars: ✭ 513 (+84.53%)
Mutual labels:  archlinux
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (-82.37%)
Mutual labels:  archlinux
linux-installer
Universal GNU+Linux installer script
Stars: ✭ 16 (-94.24%)
Mutual labels:  archlinux
i3-dotfiles
“ With wisdom comes the desire for simplicity.” Brendon Burchard.
Stars: ✭ 30 (-89.21%)
Mutual labels:  archlinux
Arch-MOTD
Arch-MOTD (Message of the day)
Stars: ✭ 28 (-89.93%)
Mutual labels:  archlinux
I Use Arch Btw
"I use Arch btw" but it's a Turing-complete programming language.
Stars: ✭ 266 (-4.32%)
Mutual labels:  archlinux
gobble
Rust rewrite of Devour
Stars: ✭ 23 (-91.73%)
Mutual labels:  archlinux
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-86.69%)
Mutual labels:  archlinux
foolz-dots
Collection of my linux desktop configuration files.
Stars: ✭ 16 (-94.24%)
Mutual labels:  archlinux
dotfiles
Gruvbox inspired Arch Linux i3wm rice.
Stars: ✭ 43 (-84.53%)
Mutual labels:  archlinux
config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-94.96%)
Mutual labels:  archlinux
paruz
A fzf terminal UI for paru or pacman
Stars: ✭ 29 (-89.57%)
Mutual labels:  archlinux
Deepin Wine Tim Arch
Tencent TIM on Deepin Wine5(com.qq.office.deepin) For Archlinux
Stars: ✭ 255 (-8.27%)
Mutual labels:  archlinux
arch-linux-live-cd-iso-with-zfs
archiso with zfs embedded
Stars: ✭ 14 (-94.96%)
Mutual labels:  archlinux
lucjan-kernels
Dell Inspiron 15-3542 (3542-2538) with Fourth Gen Intel Core i3/i5/i7 optimized.
Stars: ✭ 16 (-94.24%)
Mutual labels:  archlinux
Polybar Themes
A huge collection of polybar themes with different styles, colors and variants.
Stars: ✭ 3,687 (+1226.26%)
Mutual labels:  archlinux
.dotfiles
There's no place like ~ !
Stars: ✭ 265 (-4.68%)
Mutual labels:  archlinux
Packages
Aim to be the bioinformatics repository with more and newer packages
Stars: ✭ 13 (-95.32%)
Mutual labels:  archlinux

arch-audit

crats.io Build Status FOSSA Status

pkg-audit-like utility for Arch Linux.

Based on data from security.archlinux.org collected by the awesome Arch Security Team.

Installation

Latest release from official repositories

pacman -S arch-audit

Development version from AUR

The PKGBUILD is available on AUR.

After the installation just execute arch-audit.

Development version from sources

git clone https://github.com/ilpianista/arch-audit
cd arch-audit
cargo build
cargo run

Completion

Completions are generated using the completions subcommand of arch-audit and are available for various shells like zsh, bash, fish and more:

arch-audit completions zsh > /usr/share/zsh/site-functions/_arch-audit
arch-audit completions bash > /usr/share/bash-completion/completions/arch-audit
arch-audit completions fish > /usr/share/fish/vendor_completions.d/arch-audit.fish

Example output

$ arch-audit
bzip2 is affected by CVE-2016-3189. Medium risk!
curl is affected by CVE-2016-9594, CVE-2016-9586. Update to 7.52.1-1!
gst-plugins-bad is affected by CVE-2016-9447, CVE-2016-9446, CVE-2016-9445. High risk!
jasper is affected by CVE-2016-8886. Medium risk!
libimobiledevice is affected by CVE-2016-5104. Low risk!
libtiff is affected by CVE-2015-7554. Critical risk!
libusbmuxd is affected by CVE-2016-5104. Low risk!
openjpeg2 is affected by CVE-2016-9118, CVE-2016-9117, CVE-2016-9116, CVE-2016-9115, CVE-2016-9114, CVE-2016-9113. High risk!
openssl is affected by CVE-2016-7055. Low risk!

$ arch-audit --upgradable --quiet
curl>=7.52.1-1

$ arch-audit -uf "%n|%c"
curl|CVE-2016-9594,CVE-2016-9586

Donate

Donations via Liberapay or Bitcoin (1Ph3hFEoQaD4PK6MhL3kBNNh9FZFBfisEH) are always welcomed, thank you!

False Positive

Please before reporting false positive check https://security.archlinux.org first. arch-audit parses that page and then if that page reports a false positive, arch-audit will do too. Get in touch with the Arch Linux Security team via IRC at freenode#archlinux-security. Thanks!

License

MIT

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].