File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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.
7070ignore = [
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.
You can’t perform that action at this time.
0 commit comments