We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400514b commit ccf90a6Copy full SHA for ccf90a6
scripts/rust/audit.mjs
@@ -20,17 +20,6 @@ const advisories = [
20
// URL: https://rustsec.org/advisories/RUSTSEC-2024-0376
21
// Solution: Upgrade to >=0.12.3
22
'RUSTSEC-2024-0376',
23
-
24
- // Crate: idna
25
- // Version: 0.1.5
26
- // Title: `idna` accepts Punycode labels that do not produce any non-ASCII when decoded
27
- // Date: 2024-12-09
28
- // ID: RUSTSEC-2024-0421
29
- // URL: https://rustsec.org/advisories/RUSTSEC-2024-0421
30
- // Solution: Upgrade to >=1.0.0
31
- // need to solve this dependency tree:
32
- // jsonrpc-core-client v18.0.0 -> jsonrpc-client-transports v18.0.0 -> url v1.7.2 -> idna v0.1.5
33
- 'RUSTSEC-2024-0421',
34
];
35
const ignores = []
36
advisories.forEach(x => {
0 commit comments