From 199e13bd901ec706a603b422602fe02aec64cd5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:02:48 +0000 Subject: [PATCH 1/2] Bump tokio from 1.42.0 to 1.44.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99b82058..3d59f0b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2327,9 +2327,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.42.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", @@ -2344,9 +2344,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", From c36b426a4fe140aadb1fd1ba366cd80e25c65c60 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Fri, 11 Apr 2025 22:58:28 +0200 Subject: [PATCH 2/2] add scope to the security policy --- locales/en-US/security.ftl | 40 ++++++++++++++++++++++++++++ templates/policies/security.html.hbs | 10 +++++++ 2 files changed, 50 insertions(+) diff --git a/locales/en-US/security.ftl b/locales/en-US/security.ftl index 96d0a572..d5f67bb6 100644 --- a/locales/en-US/security.ftl +++ b/locales/en-US/security.ftl @@ -22,6 +22,46 @@ security-reporting-description--2022-01 =

Please note that the discussion forums are public areas. When escalating in these venues, please do not discuss your issue. Simply say that you’re trying to get a hold of someone from the security team.

+security-scope-heading = Scope +security-scope--2025-04 = +

The Rust Security Response WG handles vulnerability reports for everything maintained and published by the Rust Project:

+ +

The following things are outside our scope:

+ +

When reporting vulnerabilities, keep in mind that:

+ +

If you have doubts on whether something falls within our scope, please reach out and we will provide guidance.

+ security-disclosure-heading = Disclosure policy security-disclosure-description =

The Rust project has a 5 step disclosure process.

diff --git a/templates/policies/security.html.hbs b/templates/policies/security.html.hbs index ebd07225..84e8600c 100644 --- a/templates/policies/security.html.hbs +++ b/templates/policies/security.html.hbs @@ -30,6 +30,16 @@ +
+
+
+

{{fluent "security-scope-heading"}}

+
+
+ {{fluent "security-scope--2025-04"}} +
+
+