mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
build(deny): ignore RUSTSEC-2023-0052
This commit is contained in:
@@ -3,6 +3,11 @@ unmaintained = "allow"
|
|||||||
ignore = [
|
ignore = [
|
||||||
"RUSTSEC-2020-0071",
|
"RUSTSEC-2020-0071",
|
||||||
"RUSTSEC-2022-0093",
|
"RUSTSEC-2022-0093",
|
||||||
|
|
||||||
|
# Exponential CPU time usage for TLS certificate processing in webpki.
|
||||||
|
# It is only used for backup transfer, so does not affect IMAP and SMTP connections.
|
||||||
|
# Waiting for `iroh` to update dependencies.
|
||||||
|
"RUSTSEC-2023-0052",
|
||||||
]
|
]
|
||||||
|
|
||||||
[bans]
|
[bans]
|
||||||
|
|||||||
Reference in New Issue
Block a user