Skip to content
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
1 change: 1 addition & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ignore = [
# and revisit when the parent dep migrates.

"RUSTSEC-2021-0140", # rusttype — transitive via plotters; pure rendering, no untrusted input
"RUSTSEC-2021-0127", # serde_cbor — unmaintained transitive dependency of pgrx; no maintained version satisfies pgrx
"RUSTSEC-2022-0054", # wee_alloc — transitive via wasm-bindgen-cli internals
"RUSTSEC-2024-0370", # proc-macro-error — build-time only (proc-macro), no runtime exposure
"RUSTSEC-2024-0380", # pqcrypto-dilithium — replaced by pqcrypto-mldsa, awaiting parent migration
Expand Down
Loading