Skip to content
Snippets Groups Projects
Verified Commit 0cd63db7 authored by David Runge's avatar David Runge :chipmunk:
Browse files

chore(deny.toml): Ignore `RUSTSEC-2025-0007` (for now)

Fixes: #151


Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 264045aa
No related branches found
No related tags found
1 merge request!172Ignore `RUSTSEC-2025-0007` (for now) and use rustls' aws-lc-rs feature where possible
......@@ -4,6 +4,11 @@ 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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment