From 4d4bf8489031858301ee7a0e2bcd79d3e8aaa96b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 2 Dec 2024 15:28:08 -0800 Subject: [PATCH] Audit object crate update --- supply-chain/audits.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index c5a9b0ba57ba..0235a67f4f16 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -2354,6 +2354,12 @@ No `unsafe` code in this update. Lots of changes but all object-file-format-related, everything looks good. """ +[[audits.object]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.36.0 -> 0.36.5" +notes = "No new unsafe code, lots of new relocations/objects support, everything looks nominal" + [[audits.once_cell]] who = "Chris Fallin " criteria = "safe-to-deploy"