mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
update advisory allowlist...
This commit is contained in:
parent
6aeb1daecd
commit
362d09e31f
1 changed files with 17 additions and 0 deletions
17
.deny.toml
17
.deny.toml
|
|
@ -7,6 +7,23 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
|
||||||
ignore = [
|
ignore = [
|
||||||
# burn depends on an unmaintained package 'paste'
|
# burn depends on an unmaintained package 'paste'
|
||||||
"RUSTSEC-2024-0436",
|
"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]
|
[licenses]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue