sequoia-sq/deny.toml
Neal H. Walfield 33e900e1f7
ci: Allow fehler
- RUSTSEC-2023-0067 was published to encourage projects to move from
    `fehler` to culpa.  `fehler` is an indirect dependency.  Allow it
    for now.
2023-10-17 14:52:16 +02:00

38 lines
740 B
TOML

[advisories]
ignore = [
"RUSTSEC-2020-0071", # chrono not affected by time 0.1 issue
# fehler is unmaintained.
#
# fehler is used by subplot and thus an indirect dependency. Remove
# when a new version subplot is released without fehler. See
# https://gitlab.com/subplot/subplot/-/issues/340.
"RUSTSEC-2023-0067",
]
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",
]