tor-browser

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

commit e5dec8ed6814a494b6e358527a131c1b9f445b61
parent 999ab6c2bb67964621ef89d27263a83569314daa
Author: Alex Franchuk <afranchuk@mozilla.com>
Date:   Thu,  6 Nov 2025 15:11:25 +0000

Bug 1998687 - Pre-add cargo-vet audit for prost 0.12.1->0.13.5 r=supply-chain-reviewers

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

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

diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml @@ -4915,6 +4915,15 @@ who = "Drew Willcoxon <adw@mozilla.com>" criteria = "safe-to-deploy" delta = "0.11.9 -> 0.12.1" +[[audits.prost]] +who = "Alex Franchuk <afranchuk@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.12.1 -> 0.13.5" +notes = """ +This is mostly a reorganization of code (splitting one big file into many), +with some minor changes to improve safety and readability. +""" + [[audits.prost-derive]] who = "Jan-Erik Rediger <jrediger@mozilla.com>" criteria = "safe-to-deploy" @@ -4932,6 +4941,16 @@ who = "Drew Willcoxon <adw@mozilla.com>" criteria = "safe-to-deploy" delta = "0.11.9 -> 0.12.1" +[[audits.prost-derive]] +who = "Alex Franchuk <afranchuk@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.12.1 -> 0.13.5" +notes = """ +This is mostly code cleanup and using higher-level functions from +itertools/std. There were also a few tests added, which is an improvement over +having none at all. +""" + [[audits.qlog]] who = "Kershaw Chang <kershaw@mozilla.com>" criteria = "safe-to-deploy"