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
Updated `ruint` from revm dependencies to 1.17.1
Updated `aws-sdk-s3` to address cargo audit warnings.
The guest library `ruint` patch cannot be updated until a future
release, so we add an ignore for now.
# an older version of tracing-subscriber 0.2.25 is used in ark-bn254 but it is an optional dependency that is not included in the crate graph even with all features enabled
3
4
# unfortunately cargo audit includes optional dependencies from Cargo.lock even if they are not in the crate graph
4
-
ignore = ["RUSTSEC-2025-0055"]
5
+
"RUSTSEC-2025-0055",
6
+
# all host ruint dependencies have been updated to >=1.17.1.
7
+
# the guest library ruint patch is currently pinned to 1.14 and will be updated in a future release.
8
+
# - the advisory concerns undefined behavior (UB) which may trigger memory corruption in a previously marked safe function `reciprocal_mg10`. The upstream fix is to change the safe function to `unsafe`.
9
+
# - the advisory does not affect correctness of existing code.
0 commit comments