mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 13:50:31 +00:00
ci: ignore RUSTSEC-2025-0119 (number_prefix unmaintained, transitive via indicatif)
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
[advisories]
|
[advisories]
|
||||||
# Vulnerability database (RustSec)
|
# Vulnerability database (RustSec)
|
||||||
db-urls = ["https://github.com/rustsec/advisory-db"]
|
db-urls = ["https://github.com/rustsec/advisory-db"]
|
||||||
ignore = []
|
ignore = [
|
||||||
|
"RUSTSEC-2025-0119", # number_prefix unmaintained, transitive via indicatif; no fix available
|
||||||
|
]
|
||||||
|
|
||||||
[licenses]
|
[licenses]
|
||||||
# Allowed open-source licenses
|
# Allowed open-source licenses
|
||||||
|
|||||||
Reference in New Issue
Block a user