Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ forensicnomicon = "1.6"
# Device-connection domain reader: setupapi.dev.log, SYSTEM-hive Enum device keys
# (+ MountedDevices drive-letter join), Linux kernel logs, MountPoints2, and the
# BagMRU ShellBags reader (drive-letter browsed folders), each decoded to typed
# records. Path + version during the in-flight E2 shellbag change: the shellbag
# reader is unpublished, so resolve peripheral-core locally within the fleet
# umbrella (mirrors peripheral-core's own forensicnomicon-core path dep). Switch to
# the pure registry `version = "0.9"` once peripheral-core publishes the reader.
peripheral-core = { version = "0.8", path = "../peripheral-forensic/core" }
# records. 0.8.2 is the first published version carrying the ShellBags reader,
# so this is a plain registry dependency again.
peripheral-core = { version = "0.8" }
# Opens a SYSTEM hive in memory so peripheral-core's registry reader can decode it.
winreg-core = "0.2"
# macOS Apple-device connection history (com.apple.iPod.plist); 1.10 ships the
Expand Down
12 changes: 12 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@
# cargo-vet audits file

[audits]

[[trusted.forensicnomicon-core]]
criteria = "safe-to-deploy"
user-id = 347968 # Albert Hui (h4x0r)
start = "2026-06-28"
end = "2027-08-04"

[[trusted.peripheral-core]]
criteria = "safe-to-deploy"
user-id = 347968 # Albert Hui (h4x0r)
start = "2026-06-13"
end = "2027-08-04"
8 changes: 0 additions & 8 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,6 @@ criteria = "safe-to-deploy"
version = "1.6.0"
criteria = "safe-to-deploy"

[[exemptions.forensicnomicon-core]]
version = "1.1.0"
criteria = "safe-to-deploy"

[[exemptions.forensicnomicon-data]]
version = "1.2.1"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -451,10 +447,6 @@ criteria = "safe-to-deploy"
version = "1.70.2"
criteria = "safe-to-deploy"

[[exemptions.peripheral-core]]
version = "0.8.0"
criteria = "safe-to-deploy"

[[exemptions.pin-project-lite]]
version = "0.2.17"
criteria = "safe-to-deploy"
Expand Down
14 changes: 14 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ user-id = 696
user-login = "fitzgen"
user-name = "Nick Fitzgerald"

[[publisher.forensicnomicon-core]]
version = "1.5.0"
when = "2026-07-29"
user-id = 347968
user-login = "h4x0r"
user-name = "Albert Hui"

[[publisher.peripheral-core]]
version = "0.8.2"
when = "2026-08-04"
user-id = 347968
user-login = "h4x0r"
user-name = "Albert Hui"

[[publisher.unicode-width]]
version = "0.1.14"
when = "2024-09-19"
Expand Down
Loading