Skip to content

Commit f41f696

Browse files
authored
Add new security advisories to deny.toml (#3984)
* Add new security advisories to deny.toml For old rustls. * Add more
1 parent 1398919 commit f41f696

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deny.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@ executables = "deny"
4141
ignore = [
4242
"RUSTSEC-2024-0336",
4343
"RUSTSEC-2025-0009",
44-
"RUSTSEC-2025-0010"
44+
"RUSTSEC-2025-0010",
45+
"RUSTSEC-2026-0044",
46+
"RUSTSEC-2026-0048",
47+
"RUSTSEC-2026-0049"
4548
]

0 commit comments

Comments
 (0)