@@ -75,6 +75,19 @@ ignore = [
7575 # { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7676 # "[email protected] ", # you can also ignore yanked crate versions if you wish 7777 # { crate = "[email protected] ", reason = "you can specify why you are ignoring the yanked crate" }, 78+ " RUSTSEC-2024-0320" , # yaml-rust unmaintained
79+ " RUSTSEC-2022-0070" , # secp256k1 unsound
80+ " RUSTSEC-2024-0370" , # proc-macro-error unmaintained
81+ " RUSTSEC-2024-0436" , # paste unmaintained
82+ " RUSTSEC-2022-0080" , # parity-util-mem unmaintained
83+ " RUSTSEC-2020-0016" , # net2 unmaintained
84+ " RUSTSEC-2024-0384" , # instant unmaintained
85+ " RUSTSEC-2024-0388" , # derivative unmaintained
86+ " RUSTSEC-2021-0064" , # cpuid-bool unmaintained
87+ " RUSTSEC-2021-0139" , # ansi_term unmaintained
88+ " RUSTSEC-2021-0059" , # aesni unmaintained
89+ " RUSTSEC-2021-0060" , # aes-soft unmaintained
90+ " RUSTSEC-2021-0061" , # aes-ctr unmaintained
7891]
7992# If this is true, then cargo deny will use the git executable to fetch advisory database.
8093# If this is false, then it uses a built-in git library.
0 commit comments