diff --git a/Cargo.lock b/Cargo.lock index bf8de68..d3c8905 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ dependencies = [ [[package]] name = "state-history-forensic" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06d95f05c0dd49a5dfae0eb6cb6fae7bb3bd5c1f787300c94a3a5adecb44d98f" +checksum = "41b218f92b938038c4a8c7e38389e9751711d8cd9099991061e52bc274c398b6" [[package]] name = "syn" diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 2772ccb..749165e 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -2,3 +2,9 @@ # cargo-vet audits file [audits] + +[[trusted.state-history-forensic]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-16" +end = "2027-08-05" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 0848039..daf0c83 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -78,10 +78,6 @@ criteria = "safe-to-deploy" version = "0.10.9" criteria = "safe-to-deploy" -[[exemptions.state-history-forensic]] -version = "0.1.0" -criteria = "safe-to-deploy" - [[exemptions.syn]] version = "3.0.2" criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 27250bd..4f876db 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1,6 +1,13 @@ # cargo-vet imports lock +[[publisher.state-history-forensic]] +version = "0.1.1" +when = "2026-08-05" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + [audits.bytecode-alliance.audits] [audits.embark.audits]