patagia-control/.cargo/audit.toml
Daniel Lundin 0f04becd0f
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
feat: Add user resource w/database as storage
2025-01-14 14:01:55 +01:00

8 lines
287 B
TOML

[advisories]
ignore = [
# Advisory about a vulnerability in rsa, which we don't use, but comes via sqlx due
# to a bug in cargo. For context, see:
# https://github.com/launchbadge/sqlx/issues/2911
# and https://github.com/rust-lang/cargo/issues/10801
"RUSTSEC-2023-0071"
]