tor-browser

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

commit 2963f900bb6270f0e4d7c89731ce181345a45039
parent 1a59f586fc6dd9e1bf702065466fc65ad1c8b517
Author: Erich Gubler <erichdongubler@gmail.com>
Date:   Tue, 30 Sep 2025 16:58:04 +0000

Bug 1991226 - chore(rust): audit `foldhash` 0.1.5 → 0.2.0 r=supply-chain-reviewers

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

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

diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml @@ -2503,6 +2503,11 @@ criteria = "safe-to-deploy" version = "1.0.7" notes = "Simple hasher implementation with no unsafe code." +[[audits.foldhash]] +who = "Erich Gubler <erichdongubler@gmail.com>" +criteria = "safe-to-deploy" +delta = "0.1.5 -> 0.2.0" + [[audits.foreign-types]] who = "Teodor Tanasoaia <ttanasoaia@mozilla.com>" criteria = "safe-to-deploy"