forked from openai/codex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeny.toml
More file actions
45 lines (42 loc) · 1.36 KB
/
Copy pathdeny.toml
File metadata and controls
45 lines (42 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# AgilePlus: agileplus/003-helios-portage-completion/spec.md (WP02)
[licenses]
version = 2
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSD-3-Clause-Clear",
"CC0-1.0",
"CC-BY-SA-4.0",
"GPL-3.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib",
"0BSD",
"BlueOak-1.0.0",
"CDLA-Permissive-2.0",
"Unlicense",
"WTFPL",
]
[sources]
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
unknown-git = "deny"
# kla (harness_recorder) pins phenotype rich-cli-kit for the recording summary panel.
allow-git = ["https://github.com/KooshaPari/rich-cli-kit"]
[advisories]
version = 2
# Hard-fork harness path: transitive via kla / harness_checkpoint.
# git2 bump needs coordinated workspace resolve; paste/serial have no safe upgrades.
ignore = [
{ id = "RUSTSEC-2026-0183", reason = "git2 0.20 via harness_checkpoint; upgrade to 0.21 pending workspace resolve" },
{ id = "RUSTSEC-2026-0184", reason = "git2 0.20 via harness_checkpoint; upgrade to 0.21 pending workspace resolve" },
{ id = "RUSTSEC-2024-0436", reason = "paste via pulp/exr/image/kla; no safe upgrade in-tree" },
{ id = "RUSTSEC-2017-0008", reason = "serial via portable-pty/kla; no safe upgrade in-tree" },
]
[bans]
multiple-versions = "warn"
wildcards = "warn"