Skip to content

Commit

Permalink
add RUSTSEC-2023-0063 to config.toml (#4040)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellorigotti authored Sep 21, 2023
1 parent 56083b8 commit e94f1f2
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 @@ -36,6 +36,7 @@ tree --no-default-features --depth 1 --edges=features,normal
# - RUSTSEC-2023-0053: This advisory comes from rustls-webpki, a dependency of ethers-rs. CPU denial of service in certificate path building.
# - RUSTSEC-2021-0060: This is a transitive dependency of libp2p and will be fixed in an upcoming release.
# - RUSTSEC-2021-0059: This is a transitive dependency of libp2p and will be fixed in an upcoming release.
# - RUSTSEC-2023-0063: This is a transitive dependency of libp2p and it is not used.
cf-audit = '''
audit --ignore RUSTSEC-2022-0061
--ignore RUSTSEC-2020-0071
Expand All @@ -47,4 +48,5 @@ audit --ignore RUSTSEC-2022-0061
--ignore RUSTSEC-2023-0053
--ignore RUSTSEC-2021-0060
--ignore RUSTSEC-2021-0059
--ignore RUSTSEC-2023-0063
'''

0 comments on commit e94f1f2

Please sign in to comment.