Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[advisories]
ignore = [
"RUSTSEC-2024-0437", # protobuf, it is only used in the monorepo, which forbids using the affected type
"RUSTSEC-2026-0001", # rkyv - transitive via rust_decimal, rkyv feature not used
"RUSTSEC-2026-0037", # quinn-proto - transitive via reqwest/ic-agent, quinn feature not used
]
1 change: 1 addition & 0 deletions .github/repo_policies/BOT_APPROVED_FILES
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Cargo.lock
CHANGELOG.md
src/dfx/Cargo.toml
src/dfx/assets/dfx-asset-sources.json
src/dfx/src/util/ic.did
9 changes: 0 additions & 9 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,3 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1
with:
# RUSTSEC-2026-0001
# TODO: remove this once the fix is backported to rkyv v0.7
# https://github.com/rkyv/rkyv/issues/644

# RUSTSEC-2024-0437
# Ok to ignore because it is only used in the monorepo, which forbids using the affected type.

ignore: RUSTSEC-2026-0001,RUSTSEC-2024-0437
Loading
Loading