chore: add advisory ignore for unmaintained transitive dependency
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
[advisories]
|
[advisories]
|
||||||
version = 2
|
version = 2
|
||||||
db-path = "~/.cargo/advisory-db"
|
db-path = "~/.cargo/advisory-db"
|
||||||
ignore = []
|
ignore = [
|
||||||
|
# paste is unmaintained but it's a transitive dep via simba -> nalgebra
|
||||||
|
# with no fix available upstream yet
|
||||||
|
"RUSTSEC-2024-0436",
|
||||||
|
]
|
||||||
|
|
||||||
[licenses]
|
[licenses]
|
||||||
version = 2
|
version = 2
|
||||||
@@ -9,7 +13,6 @@ allow = [
|
|||||||
"MIT",
|
"MIT",
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
"Apache-2.0 WITH LLVM-exception",
|
"Apache-2.0 WITH LLVM-exception",
|
||||||
"BSD-2-Clause",
|
|
||||||
"Unicode-3.0",
|
"Unicode-3.0",
|
||||||
]
|
]
|
||||||
confidence-threshold = 0.8
|
confidence-threshold = 0.8
|
||||||
|
|||||||
Reference in New Issue
Block a user