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", 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:
+rust-lang
rust-lang-ci
rust-lang-nursery
rust-analyzer
rust-lang
.rust-lang
.The following things are outside our scope:
+When reporting vulnerabilities, keep in mind that:
+regex
crate provides guarantees about untrusted patterns. We consider denial of service with untrusted patterns a security vulnerability only if the time spent inside of the regex
crate is not linear, and none of the limit methods in RegexBuilder
are able to prevent the attack.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 @@ +