@@ -4,18 +4,17 @@ all-features = false
44# This section is considered when running `cargo deny check advisories`
55[advisories ]
66ignore = [
7- { id = " RUSTSEC-2024-0344" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/214" },
8- { id = " RUSTSEC-2024-0388" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/436" },
9- { id = " RUSTSEC-2024-0384" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/437" },
10- { id = " RUSTSEC-2020-0163" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/438" },
11- { id = " RUSTSEC-2024-0436" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/450" },
12- { id = " RUSTSEC-2025-0012" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/451" },
13- { id = " RUSTSEC-2024-0370" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/458" },
14- { id = " RUSTSEC-2022-0061" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/458" },
15- { id = " RUSTSEC-2020-0168" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/458" },
16- { id = " RUSTSEC-2024-0438" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/458" },
17- { id = " RUSTSEC-2023-0091" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/458" },
18- { id = " RUSTSEC-2024-0442" , reason = " No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/458" },
7+ { id = " RUSTSEC-2024-0388" , reason = " No upgrade available. Dependency of contract-extrinsics" },
8+ { id = " RUSTSEC-2024-0384" , reason = " No upgrade available. Dependency of zombienet-sdk" },
9+ { id = " RUSTSEC-2020-0163" , reason = " No upgrade available. Dependency of contract-extrinsics" },
10+ { id = " RUSTSEC-2024-0436" , reason = " No upgrade available. Dependency of contract-build" },
11+ { id = " RUSTSEC-2025-0012" , reason = " No upgrade available. Dependency of zombienet-sdk" },
12+ { id = " RUSTSEC-2024-0370" , reason = " No upgrade available. Dependency of polkadot-sdk" },
13+ { id = " RUSTSEC-2022-0061" , reason = " No upgrade available. Dependency of polkadot-sdk" },
14+ { id = " RUSTSEC-2026-0006" , reason = " No upgrade available. Dependency of polkadot-sdk" },
15+ { id = " RUSTSEC-2025-0118" , reason = " No upgrade available. Dependency of polkadot-sdk" },
16+ { id = " RUSTSEC-2025-0134" , reason = " No upgrade available. Dependency of zombienet-sdk" },
17+ { id = " RUSTSEC-2026-0002" , reason = " No upgrade available. Dependency of polkadot-sdk" },
1918]
2019
2120[licenses ]
@@ -26,6 +25,7 @@ allow = [
2625 " BSD-2-Clause" ,
2726 " BSD-3-Clause" ,
2827 " CC0-1.0" ,
28+ " CDLA-Permissive-2.0" ,
2929 " ISC" ,
3030 " GPL-3.0" ,
3131 " GPL-3.0 WITH Classpath-exception-2.0" , # For Substrate crates
@@ -44,6 +44,10 @@ confidence-threshold = 0.93
4444allow = [" OpenSSL" ]
4545name = " ring"
4646
47+ [[licenses .exceptions ]]
48+ allow = [" OpenSSL" ]
49+ name = " aws-lc-sys"
50+
4751[[licenses .clarify ]]
4852crate = " webpki"
4953expression = " ISC"
0 commit comments