Skip to content

Commit 9f8df69

Browse files
authored
2 parents 40bd4b6 + baac753 commit 9f8df69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deny.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ ignore = [
1717
"RUSTSEC-2024-0370",
1818
# TODO: Wait for dependencies to upgrade off of paste
1919
"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"
2024
]
2125

2226
[licenses]

0 commit comments

Comments
 (0)