cargo-audit.rst (429B)
1 cargo-audit 2 =========== 3 4 `cargo-audit <https://crates.io/crates/cargo-audit>`__ audit the root Cargo.lock files for security vulnerabilities. 5 6 Run Locally 7 ----------- 8 9 The mozlint integration of cargo-audit can be run using mach: 10 .. parsed-literal:: 11 12 $ mach lint --linter cargo-audit 13 14 Sources 15 ------- 16 17 * :searchfox:`Configuration (YAML) <tools/lint/cargo-audit.yml>` 18 * :searchfox:`Source <tools/lint/cargo-audit/__init__.py>`