Skip to content

Commit 3c06f9c

Browse files
committed
Address RUSTSEC-2026-0007
1 parent da15d53 commit 3c06f9c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ install-updater = false
6565
[profile.dist]
6666
inherits = "release"
6767
lto = "thin"
68+
overflow-checks = true

deny.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ allow = ["Apache-2.0", "BSD-2-Clause", "MIT", "Unicode-3.0"]
2525
name = "ring"
2626
expression = "MIT AND ISC AND OpenSSL"
2727
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
28+
29+
[advisories]
30+
ignore = [
31+
"RUSTSEC-2026-0007", # We perform integer overflow checks also in release builds
32+
]

0 commit comments

Comments
 (0)