diff --git a/deny.toml b/deny.toml index a3bc7d6d870..d4802389829 100644 --- a/deny.toml +++ b/deny.toml @@ -93,6 +93,14 @@ We are not affected since sqlx is used on the client side to store the files' da Before being stored in SQLite, that data is splitted into chunk and encoded, so we are below the overflow limit of 4GB. """ +[[advisories.ignore]] +id = "RUSTSEC-2024-0398" +reason = """ +We do not distribute the same secret 500-1500 times. + +https://github.com/Scille/parsec-cloud/issues/8990 +""" + # If this is true, then cargo deny will use the git executable to fetch advisory database. # If this is false, then it uses a built-in git library. # Setting this to true can be helpful if you have special authentication requirements that cargo-deny does not support.