Skip to content

Commit 43022c8

Browse files
authored
Add cargo-vet updates for audit backlog. (#5708)
1 parent 9738179 commit 43022c8

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

supply-chain/audits.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
# cargo-vet audits file
33

4+
[[audits.ahash]]
5+
who = "Chris Fallin <[email protected]>"
6+
criteria = "safe-to-deploy"
7+
delta = "0.7.6 -> 0.8.2"
8+
49
[[audits.anyhow]]
510
who = "Alex Crichton <[email protected]>"
611
criteria = "safe-to-deploy"
@@ -254,6 +259,12 @@ criteria = "safe-to-deploy"
254259
version = "0.18.0"
255260
notes = "I am the author of this crate."
256261

262+
[[audits.hashbrown]]
263+
who = "Chris Fallin <[email protected]>"
264+
criteria = "safe-to-deploy"
265+
delta = "0.12.3 -> 0.13.1"
266+
notes = "The diff looks plausible. Much of it is low-level memory-layout code and I can't be 100% certain without a deeper dive into the implementation logic, but nothing looks actively malicious."
267+
257268
[[audits.heck]]
258269
who = "Alex Crichton <[email protected]>"
259270
criteria = "safe-to-deploy"
@@ -385,6 +396,16 @@ This bump only changed from a function to an associated `const` and trivially
385396
contains no significant changes.
386397
"""
387398

399+
[[audits.object]]
400+
who = "Chris Fallin <[email protected]>"
401+
criteria = "safe-to-deploy"
402+
delta = "0.29.0 -> 0.30.1"
403+
404+
[[audits.once_cell]]
405+
who = "Chris Fallin <[email protected]>"
406+
criteria = "safe-to-deploy"
407+
delta = "1.16.0 -> 1.17.0"
408+
388409
[[audits.openvino]]
389410
who = "Matthew Tamayo-Rios <[email protected]>"
390411
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@ who = "Mike Hommey <[email protected]>"
233233
criteria = "safe-to-deploy"
234234
delta = "1.12.0 -> 1.13.1"
235235

236+
[[audits.mozilla.audits.once_cell]]
237+
who = "Mike Hommey <[email protected]>"
238+
criteria = "safe-to-deploy"
239+
delta = "1.13.1 -> 1.16.0"
240+
236241
[[audits.mozilla.audits.os_str_bytes]]
237242
who = "Mike Hommey <[email protected]>"
238243
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)