Skip to content

Commit

Permalink
Merge pull request #3304 from autonomys/suppress-rustsec-advisory
Browse files Browse the repository at this point in the history
Suppress RUSTSEC-2024-0421 advisory
  • Loading branch information
nazar-pc authored Dec 10, 2024
2 parents d0477c5 + 290b287 commit 63f1944
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rustsec-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 #v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
# TODO: Remove once Substrate upgrades litep2p and we no longer have rustls 0.20.9 in our dependencies
ignore: RUSTSEC-2024-0336
# TODO: Remove first once Substrate upgrades litep2p and we no longer have rustls 0.20.9 in our dependencies
# TODO: Remove second once Substrate upgrades libp2p and we no longer have old idna in our dependencies
ignore: RUSTSEC-2024-0336,RUSTSEC-2024-0421

0 comments on commit 63f1944

Please sign in to comment.