From 9c2927acf86814ee7c7c9efe3464c5a9b2ad1d91 Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Wed, 11 Jan 2023 09:39:11 +0000 Subject: [PATCH] Bug 1809499 - Auditted envlogger 0.9.3 -> 0.10.0. r=bholley Differential Revision: https://phabricator.services.mozilla.com/D166452 --- supply-chain/audits.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 92ffa7717a14..2e25f81f02f9 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -565,6 +565,11 @@ who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.9.0 -> 0.9.3" +[[audits.env_logger]] +who = "Nicolas Silva " +criteria = "safe-to-deploy" +delta = "0.9.3 -> 0.10.0" + [[audits.extend]] who = "Ben Dean-Kawamura " criteria = "safe-to-deploy"