diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 5371042133..20d22b719e 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -138,6 +138,11 @@ criteria = "safe-to-deploy" version = "3.11.1" notes = "I am the author of this crate." +[[audits.camino]] +who = "Pat Hickey " +criteria = "safe-to-deploy" +version = "1.1.4" + [[audits.cap-fs-ext]] who = "Dan Gohman " criteria = "safe-to-deploy" @@ -234,6 +239,18 @@ criteria = "safe-to-deploy" delta = "1.0.1 -> 1.0.5" notes = "The Bytecode Alliance is the author of this crate." +[[audits.cargo-platform]] +who = "Pat Hickey " +criteria = "safe-to-deploy" +version = "0.1.2" +notes = "no build, no ambient capabilities, no unsafe" + +[[audits.cargo_metadata]] +who = "Pat Hickey " +criteria = "safe-to-deploy" +version = "0.15.3" +notes = "no build, no unsafe, inputs to cargo command are reasonably sanitized" + [[audits.cast]] who = "Alex Crichton " criteria = "safe-to-run" @@ -800,6 +817,12 @@ criteria = "safe-to-deploy" delta = "0.36.7 -> 0.36.8" notes = "The Bytecode Alliance is the author of this crate." +[[audits.semver]] +who = "Pat Hickey " +criteria = "safe-to-deploy" +version = "1.0.17" +notes = "plenty of unsafe pointer and vec tricks, but in well-structured and commented code that appears to be correct" + [[audits.sha2]] who = "Benjamin Bouvier " criteria = "safe-to-deploy"