rust-cargo-audit 0.21.2-1
Package Information
| Description | Audit Cargo.lock for crates with security vulnerabilities - Rust source code Audit your dependencies for crates with security vulnerabilities reported to the RustSec Advisory Database. You can also audit binaries, run cargo audit bin followed by the paths to your binaries to audit them. If your programs have been compiled with cargo auditable, the audit is fully accurate because all the necessary information is embedded in the compiled binary. For binaries that were not compiled with cargo auditable it will recover a part of the dependency list by parsing panic messages. This will miss any embedded C code (e.g. OpenSSL) as well as roughly half of the Rust dependencies because the Rust compiler is very good at removing unnecessary panics, but that's better than having no vulnerability information whatsoever. Source code for Debianized Rust crate "cargo-audit" |
|---|---|
| Maintainer | Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
| Changed By | Alexander Kjäll <alexander.kjall@gmail.com> |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/cargo-audit] (browse) |
| Closes | #1129087 |
| Tracker | https://tracker.debian.org/pkg/rust-cargo-audit |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Changed-By | Alexander Kjäll |
|---|---|
| Architecture | amd64 source |
| Distribution | unstable |
| Date | Fri, 27 Feb 2026 17:23:17 +0000 |
| Source | rust-cargo-audit |
| Version | 0.21.2-1 |
Changelog
rust-cargo-audit (0.21.2-1) unstable; urgency=medium . * Package cargo-audit 0.21.2 from crates.io using debcargo 2.8.1 (Closes: #1129087)
.dsc
| Component | main |
|---|---|
| Package-List | cargo-audit deb rust optional arch=any librust-cargo-audit-dev deb rust optional arch=any |
| Section | rust |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cargo-audit Upstream-Contact: Tony Arcieri <bascule@gmail.com> Source: https://github.com/rustsec/rustsec Files: * Copyright: 2017-2026 The Rust Project Developers License: Apache-2.0 or MIT Files: debian/* Copyright: 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> 2026 Alexander Kjäll <alexander.kjall@gmail.com> License: Apache-2.0 or MIT License: Apache-2.0 Debian systems provide the Apache 2.0 license in /usr/share/common-licenses/Apache-2.0 License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.