Skip to content

Commit

Permalink
Ignore RUSTSEC-2024-0398
Browse files Browse the repository at this point in the history
Related to #8990
  • Loading branch information
FirelightFlagboy committed Nov 28, 2024
1 parent 24cd68f commit 4c0bd83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c0bd83

Please sign in to comment.