Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@
# Dependency manifests — lockfile tampering or dep confusion risk
/pyproject.toml @microsasa
/uv.lock @microsasa

# Build glue and release scripts — executed by CI (`make ci`) and by humans.
# Malicious changes here bypass application-layer review since they run
# during build/test and could exfiltrate secrets or publish bad artifacts.
/Makefile @microsasa
/scripts/ @microsasa
Loading