Skip to content
Snippets Groups Projects

chore(cargo-deny): Remove RUSTSEC-2025-0007 from ignore

Merged David Runge requested to merge chore/RUSTSEC-2025-0007 into main
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
+ 0
5
@@ -4,11 +4,6 @@ yanked = "deny"
ignore = [
"RUSTSEC-2023-0071", # side-channel attacks are not relevant for our use-case (only used in tests)
"RUSTSEC-2023-0050", # nethsm-sdk-rs uses unmaintained multipart until something else becomes available: https://github.com/Nitrokey/nethsm-sdk-rs/issues/29
# The ring crate is unmaintained.
# Via nethsm-sdk-rs->ureq->ring we currently have to rely on it.
# Ureq is working on adapting its use of rustls: https://github.com/algesten/ureq/issues/1013
# A new nethsm-sdk-rs needs releasing (support for ureq>3 already present in default branch).
"RUSTSEC-2025-0007",
]
[bans]
Loading