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
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
# cargo-vet audits file

[audits]

[[trusted.protobuf-forensic-core]]
criteria = "safe-to-deploy"
user-id = 347968 # Albert Hui (h4x0r)
start = "2026-07-11"
end = "2027-08-01"
14 changes: 3 additions & 11 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ version = "1.0.4"
criteria = "safe-to-deploy"

[[exemptions.clap]]
version = "4.6.4"
version = "4.6.6"
criteria = "safe-to-deploy"

[[exemptions.clap_builder]]
version = "4.6.2"
version = "4.6.6"
criteria = "safe-to-deploy"

[[exemptions.clap_derive]]
Expand Down Expand Up @@ -87,10 +87,6 @@ criteria = "safe-to-deploy"
version = "0.17.1"
criteria = "safe-to-deploy"

[[exemptions.indexmap]]
version = "2.14.0"
criteria = "safe-to-deploy"

[[exemptions.is_terminal_polyfill]]
version = "1.70.2"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -131,10 +127,6 @@ criteria = "safe-to-deploy"
version = "1.0.107"
criteria = "safe-to-deploy"

[[exemptions.protobuf-forensic-core]]
version = "0.1.1"
criteria = "safe-to-deploy"

[[exemptions.quick-xml]]
version = "0.41.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -188,7 +180,7 @@ version = "2.0.19"
criteria = "safe-to-deploy"

[[exemptions.time]]
version = "0.3.54"
version = "0.3.55"
criteria = "safe-to-deploy"

[[exemptions.time-core]]
Expand Down
45 changes: 45 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ user-id = 696
user-login = "fitzgen"
user-name = "Nick Fitzgerald"

[[publisher.protobuf-forensic-core]]
version = "0.1.1"
when = "2026-07-25"
user-id = 347968
user-login = "h4x0r"
user-name = "Albert Hui"

[[audits.bytecode-alliance.wildcard-audits.bumpalo]]
who = "Nick Fitzgerald <fitzgen@gmail.com>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -106,6 +113,31 @@ https://source.chromium.org/chromium/chromium/src/+/28841c33c77833cc30b286f9ae24
"""
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.indexmap]]
who = "Lukasz Anforowicz <lukasza@chromium.org>"
criteria = "safe-to-deploy"
version = "2.7.1"
notes = '''
Grepped for `-i cipher`, `-i crypto`, `'\bfs\b'`, `'\bnet\b'`
and there were no hits.

There is a little bit of `unsafe` Rust code - the audit can be found at
https://chromium-review.googlesource.com/c/chromium/src/+/6187726/2
'''
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.indexmap]]
who = "Lukasz Anforowicz <lukasza@chromium.org>"
criteria = "safe-to-deploy"
delta = "2.7.1 -> 2.8.0"
notes = """
No `unsafe` introduced or affected in:
* `indexmap_with_default!` and `indexset_with_default!` macros
* New `PartialEq` implementations
* `fn slice_eq` in `util.rs`
"""
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"

[[audits.google.audits.quote]]
who = "Lukasz Anforowicz <lukasza@chromium.org>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -210,6 +242,19 @@ criteria = "safe-to-deploy"
version = "0.4.3"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.indexmap]]
who = "Erich Gubler <erichdongubler@gmail.com>"
criteria = "safe-to-deploy"
delta = "2.8.0 -> 2.11.4"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.indexmap]]
who = "Ben Dean-Kawamura <bdk@mozilla.com>"
criteria = "safe-to-deploy"
delta = "2.11.4 -> 2.14.0"
notes = "Mostly internal refactorings. No new unsafe code."
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.powerfmt]]
who = "Alex Franchuk <afranchuk@mozilla.com>"
criteria = "safe-to-deploy"
Expand Down
Loading