diff --git a/Cargo.lock b/Cargo.lock index c4b8601..9eba464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,9 +213,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 = "streebog" 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 8373239..115c9ea 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -106,10 +106,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.streebog]] version = "0.10.2" criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index b746365..14fd3bb 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.cipher]] who = "Andrew Brown " criteria = "safe-to-deploy"