Skip to content

Commit aec996e

Browse files
avrabeclaude
andcommitted
chore(vet): add exemptions for pcap-parser deps
cargo-vet flagged pcap-parser 0.16.0 and its two transitive deps (circular 0.3.0, rusticata-macros 4.1.0) as missing safe-to-deploy audits. Add exemptions in the established pattern; first-party audits can land later once the maintenance burden is small. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 37f3837 commit aec996e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

supply-chain/config.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ criteria = "safe-to-run"
9696
version = "0.2.2"
9797
criteria = "safe-to-run"
9898

99+
[[exemptions.circular]]
100+
version = "0.3.0"
101+
criteria = "safe-to-deploy"
102+
99103
[[exemptions.clang-sys]]
100104
version = "1.8.1"
101105
criteria = "safe-to-deploy"
@@ -364,6 +368,10 @@ criteria = "safe-to-deploy"
364368
version = "0.9.12"
365369
criteria = "safe-to-deploy"
366370

371+
[[exemptions.pcap-parser]]
372+
version = "0.16.0"
373+
criteria = "safe-to-deploy"
374+
367375
[[exemptions.petgraph]]
368376
version = "0.6.5"
369377
criteria = "safe-to-deploy"
@@ -476,6 +484,10 @@ criteria = "safe-to-deploy"
476484
version = "1.1.0"
477485
criteria = "safe-to-deploy"
478486

487+
[[exemptions.rusticata-macros]]
488+
version = "4.1.0"
489+
criteria = "safe-to-deploy"
490+
479491
[[exemptions.rustix]]
480492
version = "1.1.4"
481493
criteria = "safe-to-run"

0 commit comments

Comments
 (0)