arch-audit icon indicating copy to clipboard operation
arch-audit copied to clipboard

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

Results 8 arch-audit issues
Sort by recently updated
recently updated
newest added

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.13.1. Release notes Sourced from tokio's releases. Tokio v1.13.1 1.13.1 (November 15, 2021) This release fixes a data race when sending and receiving on a...

dependencies

Update and bugfixes? @ilpianista @anthraxx Ex: There are CVEs listed on Arch Linux as that of the kernel that on my screen is unnecessary in being categorized by Arch-Audit, because...

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.7.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.16.1. Release notes Sourced from tokio's releases. Tokio v1.16.1 1.16.1 (January 28, 2022) This release fixes a bug in #4428 with the change #4437. #4428:...

dependencies

Proposed fix for this violation: ``` error: 1 positional argument in format string, but no arguments were given --> src/config.rs:26:63 | 26 | .with_context(|| anyhow!("Failed to load config file: {:?}"))?;...