tor-browser

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

commit 0e2028570b553e642624eac666d5853eea94eec9
parent f1a716449e644342fd0ee31b48793e48b7054e8e
Author: Erich Gubler <erichdongubler@gmail.com>
Date:   Thu,  2 Oct 2025 12:42:36 +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)