-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
23 lines (22 loc) · 1.06 KB
/
Copy pathCODEOWNERS
File metadata and controls
23 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Default code owner. Files without a more specific owner below fall back
# here. In CODEOWNERS the LAST matching pattern wins, so the specific
# entries go after the glob.
* @FZ2000
# Security-sensitive paths — request explicit review.
#
# Note on staleness: an entry that matches nothing is silently ignored by
# GitHub, so a stale path looks like protection while providing none. Two
# entries here were exactly that before this repo was created —
# `dacli.py` (now the `dacli/` package) and `docs/security.md` (now
# `docs/explanation/security.md`). Check the paths resolve when moving
# files; tools/check_discoverability.py asserts every pattern here matches
# something, and the `discoverability` CI job runs it.
dacli/ @FZ2000
docs/explanation/security.md @FZ2000
SECURITY.md @FZ2000
install.sh @FZ2000
install_schedule.sh @FZ2000
pyproject.toml @FZ2000
.github/ @FZ2000
renovate.json5 @FZ2000
.gitignore @FZ2000