Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.1: fix audit (backport of #4014) #4022

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ cargo_audit_ignores=(
# Solution: Upgrade to >=2
--ignore RUSTSEC-2022-0093

# Crate: idna
# Version: 0.1.5
# Title: `idna` accepts Punycode labels that do not produce any non-ASCII when decoded
# Date: 2024-12-09
# ID: RUSTSEC-2024-0421
# URL: https://rustsec.org/advisories/RUSTSEC-2024-0421
# Solution: Upgrade to >=1.0.0
# need to solve this depentant tree:
# jsonrpc-core-client v18.0.0 -> jsonrpc-client-transports v18.0.0 -> url v1.7.2 -> idna v0.1.5
--ignore RUSTSEC-2024-0421

# === programs/sbf ===
#
# Crate: curve25519-dalek
Expand Down