juspay/rust-flake

Add `cargo audit` flake check

Open

#26 opened on Oct 7, 2024

 (1 comment) (0 reactions) (0 assignees)Nix (19 forks)github user discovery
good first issue

Repository metrics

Stars
 (46 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Such that nix flake check will automatically run cargo audit and fail on serious vulnerabilities.

This can be implemented rather easily using crane's function:

https://crane.dev/API.html?highlight=cargoAudit#cranelibcargoaudit

Contributor guide