Commit 3c4784c
committed
Bump remove_dir_all
While this fixes a TOCTOU bug in the dependency, rustup is run either as
an unprivileged process, or as a privileged process operating on a file
tree that the privileged user owns; it is not a setuid binary and
that mitigates much of the vulnerability: a deliberately misconfigured
sudoers or similar would be required. Thus this hardens rustup against
misconfiguration, but does not close an active vulnerability in how
rustup is designed to be used.1 parent 52c6c91 commit 3c4784c
2 files changed
+131
-41
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments