Commit 6c7d49e
committed
ci(PR163): drop cargo-deny policy keys removed in PR #611
The previous v2 deny.toml still failed in CI because cargo-deny 0.16+
(post PR #611) REMOVED these policy keys outright instead of just
renaming them:
[advisories] vulnerability = "deny"
[advisories] notice = "warn"
[licenses] unlicensed = "deny"
[licenses] copyleft = "deny"
[licenses] allow-osi-fsf-free = "neither"
Defaults now enforce: vulnerabilities denied, unlicensed crates denied,
copyleft denied. We don't re-state them so the schema check passes.
Schema-stable keys kept:
[advisories] db-path, db-urls, ignore
[licenses] allow, confidence-threshold
[bans] multiple-versions, deny, allow, skip, skip-tree, wildcards
[sources] unknown-registry, unknown-git, allow-registry, allow-git
[output] feature-depth
License allowlist, multi-version ban, and crates.io-source restriction
remain. Unmaintained/unsound/yanked are intentionally left to cargo-deny
defaults (warn).1 parent 67c5bb1 commit 6c7d49e
1 file changed
Lines changed: 15 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
13 | | - | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 43 | | |
50 | 44 | | |
51 | | - | |
| 45 | + | |
52 | 46 | | |
53 | 47 | | |
54 | 48 | | |
55 | | - | |
| 49 | + | |
56 | 50 | | |
57 | | - | |
| 51 | + | |
58 | 52 | | |
59 | 53 | | |
60 | | - | |
| 54 | + | |
61 | 55 | | |
62 | 56 | | |
63 | 57 | | |
| |||
0 commit comments