We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40bd4b6 + baac753 commit 9f8df69Copy full SHA for 9f8df69
deny.toml
@@ -17,6 +17,10 @@ ignore = [
17
"RUSTSEC-2024-0370",
18
# TODO: Wait for dependencies to upgrade off of paste
19
"RUSTSEC-2024-0436",
20
+ # rustls-pemfile is unmaintained, but we only use it for parsing system
21
+ # certificates. This is not a serious attack vector for our use case.
22
+ # TODO: Upgrade rustls-native-certs to 0.8.x to get rid of this.
23
+ "RUSTSEC-2025-0134"
24
]
25
26
[licenses]
0 commit comments