We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bb550 commit 4fa0d8eCopy full SHA for 4fa0d8e
.github/workflows/cargo-audit.yml
@@ -38,4 +38,5 @@ jobs:
38
# put into removing items from the list.
39
# RUSTSEC-2023-0057,RUSTSEC-2023-0058 - Unsoundness in `inventory`.
40
# RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`.
41
- ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2023-0079
+ # RUSTSEC-2023-0081 - `safemem` is unmaintained: https://github.com/ebarnard/rust-plist/pull/134
42
+ ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2023-0079,RUSTSEC-2023-0081
0 commit comments