mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 16:07:05 +00:00
ci(audit): wire cargo deny supply-chain gate (#3377)
This commit is contained in:
@@ -33,6 +33,10 @@ ignore = [
|
||||
# in-process RSA decryption oracles are removed.
|
||||
# owner: rustfs-maintainers review: 2026-07
|
||||
{ id = "RUSTSEC-2023-0071", reason = "rsa Marvin timing sidechannel; no fixed upstream version; tracked separately" },
|
||||
# `proc-macro-error2 2.0.1` — unmaintained. No direct dependency; pulled
|
||||
# transitively through `mysql_async` via `mysql-common-derive`.
|
||||
# owner: rustfs-maintainers review: 2026-07
|
||||
{ id = "RUSTSEC-2026-0173", reason = "proc-macro-error2 unmaintained; transitive only via mysql_async; tracked for dependency refresh" },
|
||||
]
|
||||
|
||||
[sources]
|
||||
@@ -43,12 +47,6 @@ allow-git = [
|
||||
# Custom S3 server library with minio compatibility patches not yet upstreamed.
|
||||
# Pinned to a specific commit in workspace Cargo.toml.
|
||||
"https://github.com/rustfs/s3s",
|
||||
# Temporary git source for russh until required upstream fixes are released.
|
||||
# owner: rustfs-maintainers review: 2026-05
|
||||
"https://github.com/Eugeny/russh",
|
||||
# Temporary git source for mysql_async until required upstream fixes are released.
|
||||
# owner: rustfs-maintainers review: 2026-05
|
||||
"https://github.com/blackbeam/mysql_async",
|
||||
]
|
||||
|
||||
[bans]
|
||||
|
||||
Reference in New Issue
Block a user