Skip to content

Commit 7d3228c

Browse files
Merge branch 'upgrade-plist-to-fix-rustsec-2023-0081-des-646'
2 parents 570d731 + 6113060 commit 7d3228c

File tree

3 files changed

+36
-31
lines changed

3 files changed

+36
-31
lines changed

.github/workflows/cargo-audit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,5 @@ jobs:
3636
denyWarnings: true
3737
# Ignored audit issues. This list should be kept short, and effort should be
3838
# put into removing items from the list.
39-
# RUSTSEC-2023-0057,RUSTSEC-2023-0058 - Unsoundness in `inventory`.
4039
# RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`.
41-
# 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
40+
ignore: RUSTSEC-2023-0079

test/Cargo.lock

Lines changed: 35 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/deny.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
99
ignore = [
1010
# Ignored audit issues. This list should be kept short, and effort should be
1111
# put into removing items from the list.
12-
# RUSTSEC-2023-0081 - `safemem` is unmaintained: https://github.com/ebarnard/rust-plist/pull/134
13-
"RUSTSEC-2023-0081"
1412
]
1513

1614
#severity-threshold =

0 commit comments

Comments
 (0)