File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 6868
6969If credentials have been leaked, the recommended course of action is to revoke
7070them immediately. Once a crate has been published, it is impossible to determine
71- if the leaked credentials have been copied. Yanking the crate only prevents new
72- users from downloading it, but cannot stop those who have already downloaded it
73- from keeping or even spreading the leaked credentials.
71+ if the leaked credentials have been copied. Yanking only prevents Cargo from
72+ selecting this version when resolving dependencies by default. Existing lock
73+ files or direct downloads are not affected, so yanking cannot stop further
74+ spreading of the leaked credentials.
7475
7576[ RustSec ] : https://rustsec.org/
7677[ policies ] : https://crates.io/policies
Original file line number Diff line number Diff line change @@ -75,9 +75,10 @@ DESCRIPTION
7575 If credentials have been leaked, the recommended course of action is to
7676 revoke them immediately. Once a crate has been published, it is
7777 impossible to determine if the leaked credentials have been copied.
78- Yanking the crate only prevents new users from downloading it, but
79- cannot stop those who have already downloaded it from keeping or even
80- spreading the leaked credentials.
78+ Yanking only prevents Cargo from selecting this version when resolving
79+ dependencies by default. Existing lock files or direct downloads are not
80+ affected, so yanking cannot stop further spreading of the leaked
81+ credentials.
8182
8283OPTIONS
8384 Yank Options
Original file line number Diff line number Diff line change 6868
6969If credentials have been leaked, the recommended course of action is to revoke
7070them immediately. Once a crate has been published, it is impossible to determine
71- if the leaked credentials have been copied. Yanking the crate only prevents new
72- users from downloading it, but cannot stop those who have already downloaded it
73- from keeping or even spreading the leaked credentials.
71+ if the leaked credentials have been copied. Yanking only prevents Cargo from
72+ selecting this version when resolving dependencies by default. Existing lock
73+ files or direct downloads are not affected, so yanking cannot stop further
74+ spreading of the leaked credentials.
7475
7576[ RustSec ] : https://rustsec.org/
7677[ policies ] : https://crates.io/policies
Original file line number Diff line number Diff line change 9999.sp
100100If credentials have been leaked, the recommended course of action is to revoke
101101them immediately. Once a crate has been published, it is impossible to determine
102- if the leaked credentials have been copied. Yanking the crate only prevents new
103- users from downloading it, but cannot stop those who have already downloaded it
104- from keeping or even spreading the leaked credentials.
102+ if the leaked credentials have been copied. Yanking only prevents Cargo from
103+ selecting this version when resolving dependencies by default. Existing lock
104+ files or direct downloads are not affected, so yanking cannot stop further
105+ spreading of the leaked credentials.
105106.SH "OPTIONS"
106107.SS "Yank Options"
107108.sp
You can’t perform that action at this time.
0 commit comments