Skip to content

Commit ccf90a6

Browse files
committed
Remove unneeded ignore
1 parent 400514b commit ccf90a6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

scripts/rust/audit.mjs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ const advisories = [
2020
// URL: https://rustsec.org/advisories/RUSTSEC-2024-0376
2121
// Solution: Upgrade to >=0.12.3
2222
'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',
3423
];
3524
const ignores = []
3625
advisories.forEach(x => {

0 commit comments

Comments
 (0)