Skip to content

Commit

Permalink
Address cargo audit warning
Browse files Browse the repository at this point in the history
Ignoring `RUSTSEC-2023-0081`, which is about `safemem` being unmaintained.
This is a transitive dependency of syntect. This bug is tracked upstream inside of
trishume/syntect#521

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Mar 1, 2024
1 parent 0404c74 commit 1c5a48a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ ignore = [
"RUSTSEC-2023-0071", # "Classic" RSA timing sidechannel attack from non-constant-time implementation.
# Okay for local use.
# https://rustsec.org/advisories/RUSTSEC-2023-0071.html
"RUSTSEC-2023-0081", # This is about `safemem` being unmaintained.
# This is a transitive dependency of syntect. This bug is tracked upstream inside of
# https://github.com/trishume/syntect/issues/521
]

0 comments on commit 1c5a48a

Please sign in to comment.