forked from ChelseaKR/habitable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (17 loc) · 947 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
20 lines (17 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# Code owners: solo-maintainer project today, so every path routes to the same
# owner, but the file exists (and is enforced once branch-protection review is
# required — see the audit's P1-2) so ownership is a declared fact rather than
# a silent default, and so the highest-risk paths are named explicitly.
* @ChelseaKR
# Highest-risk surfaces: workflow definitions (supply-chain/CI trust boundary),
# the standalone verifier (a skeptic/court must be able to trust it alone), and
# the crypto core (vault confidentiality/tamper-evidence rests on it).
/.github/workflows/ @ChelseaKR
/src/habitable/verify.py @ChelseaKR
/src/habitable/crypto.py @ChelseaKR
/docs/threat-model.md @ChelseaKR
# The quality bar itself: changing the Definition of Done is a reviewed decision
# (QUALITY-AND-METRICS-STANDARD §Definition of Done), not a drive-by edit.
/DEFINITION_OF_DONE.md @ChelseaKR