diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 2772ccb..be83c3c 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -2,3 +2,93 @@ # cargo-vet audits file [audits] + +[[trusted.ese-core]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" + +[[trusted.forensicnomicon]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-05" +end = "2027-08-01" + +[[trusted.forensicnomicon-core]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-28" +end = "2027-08-01" + +[[trusted.forensicnomicon-data]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-28" +end = "2027-08-01" + +[[trusted.lnk-core]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" + +[[trusted.peripheral-core]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" + +[[trusted.segb-core]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-14" +end = "2027-08-01" + +[[trusted.shellhist-core]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" + +[[trusted.shellitem]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" + +[[trusted.srum-core]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" + +[[trusted.srum-parser]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" + +[[trusted.winreg-artifacts]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" + +[[trusted.winreg-core]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" + +[[trusted.winreg-discover]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" + +[[trusted.winreg-format]] +criteria = "safe-to-deploy" +user-id = 347968 # Albert Hui (h4x0r) +start = "2026-06-13" +end = "2027-08-01" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index c98f6f6..3a76a17 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -47,22 +47,6 @@ criteria = "safe-to-deploy" version = "0.4.45" criteria = "safe-to-deploy" -[[exemptions.ese-core]] -version = "0.1.0" -criteria = "safe-to-deploy" - -[[exemptions.forensicnomicon]] -version = "1.0.0" -criteria = "safe-to-deploy" - -[[exemptions.forensicnomicon-core]] -version = "1.0.0" -criteria = "safe-to-deploy" - -[[exemptions.forensicnomicon-data]] -version = "1.0.0" -criteria = "safe-to-deploy" - [[exemptions.futures-core]] version = "0.3.32" criteria = "safe-to-deploy" @@ -87,10 +71,6 @@ criteria = "safe-to-deploy" version = "0.2.186" criteria = "safe-to-deploy" -[[exemptions.lnk-core]] -version = "0.4.0" -criteria = "safe-to-deploy" - [[exemptions.memchr]] version = "2.8.2" criteria = "safe-to-deploy" @@ -111,10 +91,6 @@ criteria = "safe-to-deploy" version = "1.21.4" criteria = "safe-to-deploy" -[[exemptions.peripheral-core]] -version = "0.1.0" -criteria = "safe-to-deploy" - [[exemptions.pin-project-lite]] version = "0.2.17" criteria = "safe-to-deploy" @@ -127,10 +103,6 @@ criteria = "safe-to-deploy" version = "1.0.22" criteria = "safe-to-deploy" -[[exemptions.segb-core]] -version = "0.2.0" -criteria = "safe-to-deploy" - [[exemptions.serde]] version = "1.0.228" criteria = "safe-to-deploy" @@ -147,26 +119,10 @@ criteria = "safe-to-deploy" version = "1.0.150" criteria = "safe-to-deploy" -[[exemptions.shellhist-core]] -version = "0.1.0" -criteria = "safe-to-deploy" - -[[exemptions.shellitem]] -version = "0.2.0" -criteria = "safe-to-deploy" - [[exemptions.slab]] version = "0.4.12" criteria = "safe-to-deploy" -[[exemptions.srum-core]] -version = "0.1.0" -criteria = "safe-to-deploy" - -[[exemptions.srum-parser]] -version = "0.2.0" -criteria = "safe-to-deploy" - [[exemptions.syn]] version = "1.0.109" criteria = "safe-to-deploy" @@ -211,22 +167,6 @@ criteria = "safe-to-deploy" version = "1.1.0" criteria = "safe-to-deploy" -[[exemptions.winreg-artifacts]] -version = "0.3.1" -criteria = "safe-to-deploy" - -[[exemptions.winreg-core]] -version = "0.1.1" -criteria = "safe-to-deploy" - -[[exemptions.winreg-discover]] -version = "0.1.0" -criteria = "safe-to-deploy" - -[[exemptions.winreg-format]] -version = "0.1.0" -criteria = "safe-to-deploy" - [[exemptions.zmij]] version = "1.0.21" criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index a30b706..2b32ca2 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -8,6 +8,83 @@ user-id = 696 user-login = "fitzgen" user-name = "Nick Fitzgerald" +[[publisher.ese-core]] +version = "0.1.0" +when = "2026-06-13" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.forensicnomicon]] +version = "1.0.0" +when = "2026-06-28" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.forensicnomicon-core]] +version = "1.0.0" +when = "2026-06-28" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.forensicnomicon-data]] +version = "1.0.0" +when = "2026-06-28" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.lnk-core]] +version = "0.4.0" +when = "2026-06-28" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.peripheral-core]] +version = "0.1.0" +when = "2026-06-13" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.segb-core]] +version = "0.2.0" +when = "2026-06-28" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.shellhist-core]] +version = "0.1.0" +when = "2026-06-13" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.shellitem]] +version = "0.2.0" +when = "2026-06-28" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.srum-core]] +version = "0.1.0" +when = "2026-06-13" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.srum-parser]] +version = "0.2.0" +when = "2026-06-28" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + [[publisher.unicode-width]] version = "0.1.14" when = "2024-09-19" @@ -15,6 +92,34 @@ user-id = 1139 user-login = "Manishearth" user-name = "Manish Goregaokar" +[[publisher.winreg-artifacts]] +version = "0.3.1" +when = "2026-06-28" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.winreg-core]] +version = "0.1.1" +when = "2026-06-24" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.winreg-discover]] +version = "0.1.0" +when = "2026-06-13" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + +[[publisher.winreg-format]] +version = "0.1.0" +when = "2026-06-13" +user-id = 347968 +user-login = "h4x0r" +user-name = "Albert Hui" + [[audits.bytecode-alliance.wildcard-audits.bumpalo]] who = "Nick Fitzgerald " criteria = "safe-to-deploy"