patagia-control/.cargo/audit.toml
Daniel Lundin 9b7e1fb226
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
feat: Add user resource w/database as storage
2025-01-14 14:24:35 +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"
]