You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Microsoft uses `cargo auditable` internally and previously maintained the [data
45
45
46
46
Multiple Linux distributions build their Rust packages with `cargo auditable`: [Alpine Linux](https://www.alpinelinux.org/), [NixOS](https://nixos.org/), [openSUSE](https://www.opensuse.org/), [Void Linux](https://voidlinux.org/), [Chimera Linux](https://chimera-linux.org/) and [Wolfi OS](https://wolfi.dev). If you install packages from their repositories, you can audit them!
47
47
48
-
Ubuntu 26.04 uses it [for select packages](https://documentation.ubuntu.com/release-notes/26.04/changes-since-previous-interim/#rust-cargo-auditable) and lets others [opt in](https://documentation.ubuntu.com/project/contributors/language-specific/rust/cargo-auditable/), including in [PPAs](https://documentation.ubuntu.com/launchpad/user/reference/packaging/ppas/ppa/).
48
+
[Ubuntu 26.04](https://documentation.ubuntu.com/release-notes/26.04/) uses it [for select packages](https://documentation.ubuntu.com/release-notes/26.04/changes-since-previous-interim/#rust-cargo-auditable) and lets others [opt in](https://documentation.ubuntu.com/project/contributors/language-specific/rust/cargo-auditable/), including in [PPAs](https://documentation.ubuntu.com/launchpad/user/reference/packaging/ppas/ppa/).
49
49
50
50
[Chainguard](https://chainguard.dev/) includes `cargo auditable` in their [rust base container](https://images.chainguard.dev/directory/image/rust/overview), with a default `cargo` wrapper to always call `cargo auditable`, so that Rust applications built using this container are auditable by default.
0 commit comments