Add new security advisories to deny.toml (#3984)

* Add new security advisories to deny.toml

For old rustls.

* Add more
This commit is contained in:
Yuki Okushi 2026-03-23 19:15:01 +09:00 committed by GitHub
parent 1398919140
commit f41f696678
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -41,5 +41,8 @@ executables = "deny"
ignore = [ ignore = [
"RUSTSEC-2024-0336", "RUSTSEC-2024-0336",
"RUSTSEC-2025-0009", "RUSTSEC-2025-0009",
"RUSTSEC-2025-0010" "RUSTSEC-2025-0010",
"RUSTSEC-2026-0044",
"RUSTSEC-2026-0048",
"RUSTSEC-2026-0049"
] ]