Skip to content

Add SECURITY.md and AGENTS.md for security-model discoverability#364

Merged
shukitchan merged 2 commits into
apache:masterfrom
potiuk:add-security-and-agents
May 21, 2026
Merged

Add SECURITY.md and AGENTS.md for security-model discoverability#364
shukitchan merged 2 commits into
apache:masterfrom
potiuk:add-security-and-agents

Conversation

@potiuk
Copy link
Copy Markdown
Member

@potiuk potiuk commented May 21, 2026

Summary

Adds SECURITY.md and AGENTS.md to apache/trafficserver-ingress-controller so the project's security model is mechanically discoverable from the repo root.

SECURITY.md references apache/trafficserver/SECURITY.md as the umbrella model for the C++ core, then adds two repo-specific paragraphs covering the trust surfaces that aren't covered by the umbrella:

  • Kubernetes admission webhook — validates Ingress / Service / Endpoints / ConfigMap payloads received from the API server; webhook bodies treated as adversary-controlled input.
  • Ingress routing — Ingress resources → ATS remap.config translation; RBAC on Ingress create/update is the trust boundary on the outbound routing table.

AGENTS.md points coding agents at SECURITY.md for security-model reads (same shape as apache/trafficserver/AGENTS.md's security bridge).

Coordinated with the Traffic Server PMC.

Test plan

  • N/A — documentation only.

@potiuk potiuk requested a review from shukitchan as a code owner May 21, 2026 03:53
@shukitchan shukitchan merged commit a2f6527 into apache:master May 21, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants