update advisory allowlist...

This commit is contained in:
llama 2025-10-14 13:22:10 +08:00
parent 6aeb1daecd
commit 362d09e31f
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

@ -7,6 +7,23 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = [
# burn depends on an unmaintained package 'paste'
"RUSTSEC-2024-0436",
# proc-macro-error unmaintained (tauri)
"RUSTSEC-2024-0370",
# gtk-rs' gtk3 bindings unmaintained (tauri)
"RUSTSEC-2024-0411",
"RUSTSEC-2024-0412",
"RUSTSEC-2024-0413",
"RUSTSEC-2024-0414",
"RUSTSEC-2024-0415",
"RUSTSEC-2024-0416",
"RUSTSEC-2024-0417",
"RUSTSEC-2024-0418",
"RUSTSEC-2024-0419",
"RUSTSEC-2024-0420",
# UB in glib crate (tauri)
"RUSTSEC-2024-0429",
# fxhash unmaintained (tauri)
"RUSTSEC-2025-0057",
]
[licenses]