Skip to content

Commit

Permalink
Suppress one vulnerability report temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jun 19, 2024
1 parent 04ccda2 commit cec9c1e
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@dd51754d4e59da7395a4cd9b593f0ff2d61a9b95 #v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# TODO: Remove once Substrate upgrades libp2p and we no longer have rustls 0.20.9 in our dependencies
ignore: RUSTSEC-2024-0336
# TODO: Remove once Substrate upgrades libp2p and we no longer have rustls 0.20.9 and curve25519-dalek 3.2.0
# in our dependencies: https://github.com/paritytech/polkadot-sdk/pull/1631
ignore: RUSTSEC-2024-0336,RUSTSEC-2024-0344

0 comments on commit cec9c1e

Please sign in to comment.