From 3a77c220aaeb0ce557ebf9e0ece43f6f7e2470ea Mon Sep 17 00:00:00 2001 From: Hwangjae Lee Date: Wed, 16 Oct 2024 04:24:03 +0900 Subject: [PATCH] Fix Incorrect Domain Reference in RUST_SECURE_CODING.md (#14956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- RUST_SECURE_CODING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUST_SECURE_CODING.md b/RUST_SECURE_CODING.md index 698114c9e0ebd..99c7768ee6fdc 100644 --- a/RUST_SECURE_CODING.md +++ b/RUST_SECURE_CODING.md @@ -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