You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: supply-chain/audits.toml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,12 @@ criteria = "safe-to-deploy"
76
76
delta = "1.3.1 -> 1.4.1"
77
77
notes = "Reviewed 1.3.1->1.4.1: database trait impls and helpers, no unsafe changes."
78
78
79
+
[[audits.alloy-primitives]]
80
+
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
81
+
criteria = "safe-to-deploy"
82
+
delta = "1.4.1 -> 1.5.2"
83
+
notes = "Reviewed 1.4.1->1.5.2: new keccak cache using rapidhash/fixed-cache, map hasher switches to FxHasher with unsafe length preconditions enforced via assert_unchecked; added keccak cache entry points and address/bloom helpers. No new ambient capabilities beyond hashing and fixed cache; unsafe confined to length-checked hashing and cache key construction."
84
+
79
85
[[audits.alloy-rpc-types-eth]]
80
86
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
81
87
criteria = "safe-to-deploy"
@@ -261,6 +267,12 @@ notes = """
261
267
Assessment: Low-risk patch, implementation consistent with prior vetted version. Safe to deploy.
262
268
"""
263
269
270
+
[[audits.rapidhash]]
271
+
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
272
+
criteria = "safe-to-deploy"
273
+
version = "4.2.0"
274
+
notes = "Inspected 4.2.0: pure hashing crate; default build keeps safety checks. Unsafe usage limited to guarded pointer reads in util::read with explicit length assertions; no I/O or syscalls."
275
+
264
276
[[audits.revm]]
265
277
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
386
+
criteria = "safe-to-deploy"
387
+
delta = "1.16.0 -> 1.17.2"
388
+
notes = "Reviewed 1.16.0->1.17.2: functions depending on reciprocal division now marked unsafe and call sites updated; MSRV bumped, serde_core split; added ark-ff 0.5 support and minor API cleanups. Unsafe blocks guarded by explicit precondition checks; no new ambient capabilities."
389
+
372
390
[[audits.syn-solidity]]
373
391
who = "gabriel-aranha-cw <gabriel.aranha@cloudwalk.io>"
0 commit comments