sequoia-sq/deny.toml

32 lines
497 B
TOML
Raw Normal View History

[advisories]
ignore = [
"RUSTSEC-2020-0071", # chrono not affected by time 0.1 issue
]
unmaintained = "deny"
yanked = "deny"
[bans]
multiple-versions = "allow"
deny = [
# does not have responsible disclosure policy:
# https://github.com/briansmith/ring#bug-reporting
{name = "ring"},
]
[licenses]
allow = [
"Apache-2.0",
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"GPL-2.0",
"GPL-3.0",
"ISC",
"LGPL-2.0",
"LGPL-3.0",
"MIT",
"MIT-0",
"MPL-2.0",
"Unicode-DFS-2016",
]