Skip to content

Commit

Permalink
chore: update ignore list for cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Dec 9, 2024
1 parent c70d72c commit e10c212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ tree --no-default-features --depth 1 --edges=features,normal
# - RUSTSEC-2024-0370: Unmaintained transitive dependency. Only affects macro generation efficiency.
# - RUSTSEC-2024-0388: Unmaintained transitive dependency `derivative` used by substrate.
# - RUSTSEC-2024-0384: Unmaintained transitive dependency `instant` used by substrate.
# - RUSTSEC-2024-0421: Transitive dependency `idna` used by libp2p, among others.
cf-audit = '''
audit -D unmaintained -D unsound
--ignore RUSTSEC-2021-0139
Expand All @@ -53,4 +54,5 @@ audit -D unmaintained -D unsound
--ignore RUSTSEC-2024-0370
--ignore RUSTSEC-2024-0388
--ignore RUSTSEC-2024-0384
--ignore RUSTSEC-2024-0421
'''

0 comments on commit e10c212

Please sign in to comment.