summaryrefslogtreecommitdiff
path: root/deny.toml
AgeCommit message (Collapse)AuthorFilesLines
2022-07-24chore: allow Unicode license in dependenciesLars Wirzenius1-0/+1
It is brought in via clap. We can't do without clap. Luckily, it's a variant of the MIT license, and is acceptable to us. Sponsored-by: author
2022-04-15(deny): Remove ignores for no-longer-present advisoriesDaniel Silverstone1-4/+0
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2022-01-04chore: deny vulnerable dependencies, with exceptionsLars Wirzenius1-1/+5
Ignore two chrono and time vulnerabilities. Nothing we can do about them until a new chrono release is made that fixes this. Sponsored-by: author
2022-01-04chore: remove cargo deny exception for roadmap licenceLars Wirzenius1-3/+0
roadmap is now MIT-0 so the exception is no longer needed. Sponsored-by: author
2021-11-16chore: add config for `cargo deny`Lars Wirzenius1-0/+31
This allows `cargo deny check` to finish cleanly. The configuration NEEDS to be improved: currently it silently allows things like vulnerable dependencies. However, let's introduce the configuration this way and tighten it up later. This will us at least get started with using `cargo deny` without landing a large amount of works in our laps at once. Sponsored-by: author