Remove unnecessary cargo deny licenses and ignored vulnerabilities
This commit is contained in:
parent
587bb5c98f
commit
a8aa3b1122
1 changed files with 2 additions and 10 deletions
12
deny.toml
12
deny.toml
|
|
@ -73,15 +73,7 @@ yanked = "warn"
|
||||||
notice = "warn"
|
notice = "warn"
|
||||||
# A list of advisory IDs to ignore. Note that ignored advisories will still
|
# A list of advisory IDs to ignore. Note that ignored advisories will still
|
||||||
# output a note when they are encountered.
|
# output a note when they are encountered.
|
||||||
ignore = [
|
ignore = []
|
||||||
# = Advisory: https://rustsec.org/advisories/RUSTSEC-2022-0048
|
|
||||||
# = xml-rs is a XML parser has open issues around parsing including integer
|
|
||||||
# overflows / panics that may or may not be an issue with untrusted data.
|
|
||||||
|
|
||||||
# Together with these open issues with Unmaintained status xml-rs
|
|
||||||
# may or may not be suited to parse untrusted data.
|
|
||||||
"RUSTSEC-2022-0048",
|
|
||||||
]
|
|
||||||
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
|
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
|
||||||
# lower than the range specified will be ignored. Note that ignored advisories
|
# lower than the range specified will be ignored. Note that ignored advisories
|
||||||
# will still output a note when they are encountered.
|
# will still output a note when they are encountered.
|
||||||
|
|
@ -111,7 +103,7 @@ allow = [
|
||||||
"MIT",
|
"MIT",
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
"Unicode-DFS-2016",
|
"Unicode-DFS-2016",
|
||||||
"BSD-2-Clause",
|
#"BSD-2-Clause",
|
||||||
"Zlib",
|
"Zlib",
|
||||||
#"Apache-2.0 WITH LLVM-exception",
|
#"Apache-2.0 WITH LLVM-exception",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue