Skip to content

Commit

Permalink
Fix Incorrect Domain Reference in RUST_SECURE_CODING.md (#14956)
Browse files Browse the repository at this point in the history
Updated the incorrect domain reference from create.io to crates.io
in the “Rustup” section. This ensures the correct Rust package
management site is referenced for security considerations.

Signed-off-by: Hwangjae Lee <[email protected]>
  • Loading branch information
meetrick authored Oct 15, 2024
1 parent 2a0e7d6 commit 3a77c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RUST_SECURE_CODING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These Rust Secure Coding Guidelines are essential for anyone contributing to Apt

### Rustup

Utilize Rustup for managing Rust toolchains. However, keep in mind that, from a security perspective, Rustup performs all downloads over HTTPS, but it does not yet validate signatures of downloads. Security is shifted to [create.io](http://create.io) and GitHub repository hosting the code [[rustup]](https://www.rust-lang.org/tools/install).
Utilize Rustup for managing Rust toolchains. However, keep in mind that, from a security perspective, Rustup performs all downloads over HTTPS, but it does not yet validate signatures of downloads. Security is shifted to [crates.io](http://crates.io) and GitHub repository hosting the code [[rustup]](https://www.rust-lang.org/tools/install).

### Stable Toolchain

Expand Down

0 comments on commit 3a77c22

Please sign in to comment.