As discussed in https://github.com/rust-lang/rustup/issues/4053#issuecomment-2421879443, there are basically two issues to address: 1. ~~Improve current error messages and treat toolchain names coming from `rust-toolchain.toml` as untrusted.~~ Done. 2. Come up with more restrictive rules in respect to legal toolchain names. - If the rules allow the prevention of phishing, lift the restriction on displaying toolchain names from `rust-toolchain.toml` if they are legal. ## Tasks - https://github.com/rust-lang/rustup/issues/4053 - https://github.com/rust-lang/rustup/pull/4650 - #4932 - https://github.com/rust-lang/rustup/issues/5025
As discussed in #4053 (comment), there are basically two issues to address:
Improve current error messages and treat toolchain names coming fromDone.rust-toolchain.tomlas untrusted.rust-toolchain.tomlif they are legal.Tasks
+#4650