File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,15 @@ allow = [
13
13
14
14
[advisories ]
15
15
version = 2
16
- # No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
17
- # https://rustsec.org/advisories/RUSTSEC-2023-0071
18
- ignore = [" RUSTSEC-2023-0071" ]
16
+ ignore = [
17
+ # No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
18
+ # https://rustsec.org/advisories/RUSTSEC-2023-0071
19
+ " RUSTSEC-2023-0071" ,
20
+ # Crate paste is unmaintained. The dependency is already removed in
21
+ # ratatui:master. Until a new release is available, ignore this in
22
+ # order to pass CI. (https://github.com/gitui-org/gitui/issues/2554)
23
+ { id = " RUSTSEC-2024-0436" , reason = " The paste dependency is already removed from ratatui." }
24
+ ]
19
25
20
26
[bans ]
21
27
multiple-versions = " deny"
You can’t perform that action at this time.
0 commit comments