Skip to content

Commit 709739b

Browse files
authored
cargo-deny: Ignore "paste is unmaintained" "advisory" (#10794)
* cargo-deny: Ignore "paste is unmaintained" "advisory" * cargo-deny: Remove withdrawn "ring is unmaintained" "advisory" sigh... * cargo-deny: Remove unused licenses
2 parents 0cd3b67 + e2afbee commit 709739b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

deny.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
6868
# A list of advisory IDs to ignore. Note that ignored advisories will still
6969
# output a note when they are encountered.
7070
ignore = [
71-
# "ring is unmaintained" – we are aware, but there is not much we can do
72-
# about it on our side for now :-/
73-
"RUSTSEC-2025-0007",
71+
# "paste is unmaintained"
72+
"RUSTSEC-2024-0436",
7473
]
7574
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
7675
# lower than the range specified will be ignored. Note that ignored advisories
@@ -106,8 +105,6 @@ allow = [
106105
"ISC",
107106
"MIT",
108107
"MPL-2.0",
109-
"OpenSSL",
110-
"Unicode-DFS-2016",
111108
"Unicode-3.0",
112109
]
113110
# The confidence threshold for detecting a license from license text.

0 commit comments

Comments
 (0)