Skip to content

Commit 9acd649

Browse files
committed
chore: Remove the RSA security advisory from our deny config
Since we don't depend on mas anymore, we don't depend on RSA either. Let's remove the exception, lest we reintroduce the dependency and security issue.
1 parent e8fcdf4 commit 9acd649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.deny.toml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ exclude = [
99
[advisories]
1010
version = 2
1111
ignore = [
12-
{ id = "RUSTSEC-2023-0071", reason = "We are not using RSA directly, nor do we depend on the RSA crate directly" },
1312
{ id = "RUSTSEC-2024-0436", reason = "Unmaintained paste crate, not critical." },
1413
{ id = "RUSTSEC-2024-0384", reason = "Unmaintained backoff crate, not critical. We'll migrate soon." },
1514
{ id = "RUSTSEC-2025-0012", reason = "Unmaintained backoff crate, not critical. We'll migrate soon." },

0 commit comments

Comments
 (0)