Skip to content

Commit 8426608

Browse files
committed
ci: explicitly deny unmaintained, yanked, and unlicensed crates per review
1 parent ad47efb commit 8426608

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

deny.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ targets = [
1414

1515
# Advisories — checks for known vulnerable crate versions
1616
[advisories]
17+
vulnerability = "deny"
18+
unmaintained = "warn"
19+
yanked = "deny"
20+
ignore = []
1721
db-urls = ["https://github.com/rustsec/advisory-db"]
1822

1923
# Licenses — allowlist of acceptable licenses
2024
[licenses]
25+
unlicensed = "deny"
2126
allow = [
2227
"Apache-2.0",
2328
"Apache-2.0 WITH LLVM-exception",

0 commit comments

Comments
 (0)