freepdfeditor/CODEOWNERS

22 lines
761 B
Plaintext

# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2025 ai-ad4 and the FreePDFEditor contributors
# CODEOWNERS — code review routing. Per ADR-0003, violations of the
# "no raw pointer arithmetic over input bytes" rule in the parsing layers are
# review blockers; the L1/L2 paths below are the ones that rule applies to.
* @ai-ad4
# Parsing layers — memory-safety-sensitive review (ADR-0003).
/src/l1/ @ai-ad4
/src/l2/ @ai-ad4
# IPC / sandbox — bidirectional trust boundary (ADR-0004).
/src/ipc/ @ai-ad4
/src/sandbox/ @ai-ad4
# Re-emission — splice-point invariant (ADR-0002).
/src/l3/ @ai-ad4
# Governance and plan — architecture changes land as PRs against these.
/docs/ @ai-ad4
/SECURITY.md @ai-ad4