We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2bb550 + 4fa0d8e commit 0a4915bCopy full SHA for 0a4915b
.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