diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 79b2ff582..0c7c29ecd 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -211,10 +211,6 @@ version = "0.17.2" criteria = "safe-to-deploy" notes = "ring is only used in prio2 and eliminated from the main branch. We accept the risk of updating ring without an audit." -[[exemptions.sharded-slab]] -version = "0.1.4" -criteria = "safe-to-run" - [[exemptions.spin]] version = "0.9.8" criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index adff22ab4..b95210664 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -121,15 +121,15 @@ user-login = "dtolnay" user-name = "David Tolnay" [[publisher.thiserror]] -version = "1.0.49" -when = "2023-09-27" +version = "1.0.50" +when = "2023-10-19" user-id = 3618 user-login = "dtolnay" user-name = "David Tolnay" [[publisher.thiserror-impl]] -version = "1.0.49" -when = "2023-09-27" +version = "1.0.50" +when = "2023-10-19" user-id = 3618 user-login = "dtolnay" user-name = "David Tolnay" @@ -371,6 +371,12 @@ criteria = "safe-to-deploy" version = "0.37.13" notes = "The Bytecode Alliance is the author of this crate." +[[audits.bytecode-alliance.audits.sharded-slab]] +who = "Pat Hickey " +criteria = "safe-to-deploy" +version = "0.1.4" +notes = "I always really enjoy reading eliza's code, she left perfect comments at every use of unsafe." + [[audits.divviup.audits.aes]] who = "Brandon Pitman " criteria = "safe-to-deploy"