Skip to content

Commit

Permalink
Remove outdated RUSTSEC exemption for macOS
Browse files Browse the repository at this point in the history
This got fixed with #136 but the exemption for the mach crate survived
but is no longer needed. Keeping it in place would prevent us from
getting notified from CI in case this dependency would be reintroduced
by accident.
  • Loading branch information
sirhcel committed Nov 24, 2023
1 parent 14ab9c9 commit 9d22b25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ notice = "deny"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
"RUSTSEC-2020-0168", # caused by unmaintained mach dependency of core-foundation-sys
"RUSTSEC-2021-0145", # caused by unmaintained atty
]
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
Expand Down

0 comments on commit 9d22b25

Please sign in to comment.