Skip to content

Commit f62d5d0

Browse files
committed
fixup! resloved RUSTSEC-2023-0071
1 parent d6c00ca commit f62d5d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ ignore = [
7474
{ id = "RUSTSEC-2024-0320", reason = "crate: yaml-rust. Only used for tests but rumqttd needs updating to remove this dependency" },
7575
{ id = "RUSTSEC-2025-0012", reason = "crate: backoff. Needs refactoring to remove dependency" },
7676
{ id = "RUSTSEC-2024-0436", reason = "crate: paste. Used by cryptoki dependency" },
77+
{ id = "RUSTSEC-2023-0071", reason = "crate: rsa. No patch available, not using affected API, added rules to clippy to forbid using these APIs" },
78+
7779
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7880
#"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
7981
#{ crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" },

0 commit comments

Comments
 (0)