forked from InsurNiffy/niff-Stellar-shurance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudit.toml
More file actions
18 lines (18 loc) · 858 Bytes
/
Copy pathaudit.toml
File metadata and controls
18 lines (18 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# cargo audit ignore list
#
# NOTE: `cargo audit` does NOT support a --config flag or auto-reading this file.
# The ignore list must be passed as --ignore flags on the command line.
#
# Correct invocation:
# cargo audit --deny warnings \
# --ignore RUSTSEC-2024-0388 \
# --ignore RUSTSEC-2024-0436 \
# --ignore RUSTSEC-2026-0097
#
# These advisories are in transitive dependencies of soroban-sdk 25.x and cannot
# be resolved by this project directly. They will be fixed upstream when soroban-sdk
# updates its dependency tree.
#
# RUSTSEC-2024-0388 — derivative 2.2.0: unmaintained; pulled in by ark-ec/ark-ff via soroban-env-host
# RUSTSEC-2024-0436 — paste 1.0.15: unmaintained; pulled in by wasmi_core/ark-ff via soroban-env-host
# RUSTSEC-2026-0097 — rand 0.8.5: unsound with custom logger; pulled in by soroban-sdk/soroban-env-host