tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit f2d1a1a54258ea3b8ccbe56889a342db460e26c7
parent 5540285e8600bc88ac28f1845cc2582bdcc54ad4
Author: Erich Gubler <erichdongubler@gmail.com>
Date:   Thu,  2 Oct 2025 02:19:23 +0000

Bug 1991226 - chore(rust): trust `hashbrown` versions published by @rust-lang-owner until 2026-09-30 r=supply-chain-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D266872

Diffstat:
Msupply-chain/audits.toml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml @@ -7423,6 +7423,12 @@ user-id = 2915 # Amanieu d'Antras (Amanieu) start = "2019-04-02" end = "2024-07-17" +[[trusted.hashbrown]] +criteria = "safe-to-deploy" +user-id = 55123 +start = "2025-04-30" +end = "2026-09-30" + [[trusted.headers]] criteria = "safe-to-deploy" user-id = 359 # Sean McArthur (seanmonstar)