Skip to content

Commit 45f0743

Browse files
committed
chore: Add paste advisory
1 parent f537ef4 commit 45f0743

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

deny.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ ignore = [
3737
# TODO: Remove after https://github.com/kube-rs/kube/pull/1653 is released
3838
"RUSTSEC-2025-0012",
3939

40+
# Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0436
41+
# The creator of the crate `paste` has stated in the [`README.md`](https://github.com/dtolnay/paste/blob/master/README.md)
42+
# that this project is not longer maintained as well as archived the repository
43+
# Announcement: https://github.com/dtolnay/paste
44+
#
45+
# This comes in via aws-lc-rs. There is a PR open to migrate from `paste` to `concat-idents`.
46+
# https://github.com/aws/aws-lc-rs/pull/723
47+
#
48+
# TODO: Remove after the migration is done and aws-lc-rs doesn't use paste anymore.
49+
"RUSTSEC-2024-0436",
50+
4051
]
4152

4253
[bans]

0 commit comments

Comments
 (0)