We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today, it's possible to make rustup execute arbitrary code by crafting a rust-toolchain.toml file:
rust-toolchain.toml
https://github.com/jonas-schievink/mallory/blob/master/rust-toolchain
This probably should be mentioned on the security page: https://rust-lang.github.io/rustup/security.html
The text was updated successfully, but these errors were encountered:
.rust-toolchain.toml
missing_const_for_fn
const_extern_fn
No branches or pull requests
Today, it's possible to make rustup execute arbitrary code by crafting a
rust-toolchain.toml
file:https://github.com/jonas-schievink/mallory/blob/master/rust-toolchain
This probably should be mentioned on the security page: https://rust-lang.github.io/rustup/security.html
The text was updated successfully, but these errors were encountered: