Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/doc/man/cargo-yank.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ them at <[email protected]>.

If credentials have been leaked, the recommended course of action is to revoke
them immediately. Once a crate has been published, it is impossible to determine
if the leaked credentials have been copied. Yanking the crate only prevents new
users from downloading it, but cannot stop those who have already downloaded it
from keeping or even spreading the leaked credentials.
if the leaked credentials have been copied. Yanking only prevents Cargo from
selecting this version when resolving dependencies by default. Existing lock
files or direct downloads are not affected, so yanking cannot stop further
spreading of the leaked credentials.

[RustSec]: https://rustsec.org/
[policies]: https://crates.io/policies
Expand Down
7 changes: 4 additions & 3 deletions src/doc/man/generated_txt/cargo-yank.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ DESCRIPTION
If credentials have been leaked, the recommended course of action is to
revoke them immediately. Once a crate has been published, it is
impossible to determine if the leaked credentials have been copied.
Yanking the crate only prevents new users from downloading it, but
cannot stop those who have already downloaded it from keeping or even
spreading the leaked credentials.
Yanking only prevents Cargo from selecting this version when resolving
dependencies by default. Existing lock files or direct downloads are not
affected, so yanking cannot stop further spreading of the leaked
credentials.

OPTIONS
Yank Options
Expand Down
7 changes: 4 additions & 3 deletions src/doc/src/commands/cargo-yank.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ them at <[email protected]>.

If credentials have been leaked, the recommended course of action is to revoke
them immediately. Once a crate has been published, it is impossible to determine
if the leaked credentials have been copied. Yanking the crate only prevents new
users from downloading it, but cannot stop those who have already downloaded it
from keeping or even spreading the leaked credentials.
if the leaked credentials have been copied. Yanking only prevents Cargo from
selecting this version when resolving dependencies by default. Existing lock
files or direct downloads are not affected, so yanking cannot stop further
spreading of the leaked credentials.

[RustSec]: https://rustsec.org/
[policies]: https://crates.io/policies
Expand Down
7 changes: 4 additions & 3 deletions src/etc/man/cargo-yank.1
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ them at <[email protected]>\&.
.sp
If credentials have been leaked, the recommended course of action is to revoke
them immediately. Once a crate has been published, it is impossible to determine
if the leaked credentials have been copied. Yanking the crate only prevents new
users from downloading it, but cannot stop those who have already downloaded it
from keeping or even spreading the leaked credentials.
if the leaked credentials have been copied. Yanking only prevents Cargo from
selecting this version when resolving dependencies by default. Existing lock
files or direct downloads are not affected, so yanking cannot stop further
spreading of the leaked credentials.
.SH "OPTIONS"
.SS "Yank Options"
.sp
Expand Down