Skip to content

Commit d17afce

Browse files
committed
Ignore paste is unmaintained deny
1 parent 5e1840e commit d17afce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ ignore = [
3333
# allow unmaintained instant crate used in transitive dependencies (backoff, cached, fastrand, parking_lot_*)
3434
"RUSTSEC-2024-0384",
3535
# allow unmaintained derivative crate used in transitive dependencies (ark-*)
36-
"RUSTSEC-2024-0388"
36+
"RUSTSEC-2024-0388",
37+
# `paste` is unmaintained
38+
"RUSTSEC-2024-0436",
3739
]
3840
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
3941
# lower than the range specified will be ignored. Note that ignored advisories

external-crates/move/deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ ignore = [
5555

5656
# allow unmaintained instant crate used in transitive dependencies (backoff, cached, fastrand, parking_lot_*)
5757
"RUSTSEC-2024-0384",
58+
# `paste` is unmaintained
59+
"RUSTSEC-2024-0436",
5860
]
5961
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
6062
# lower than the range specified will be ignored. Note that ignored advisories

0 commit comments

Comments
 (0)