[Docs] Add SECURITY.md
Summary
Add a SECURITY.md documenting how to responsibly report vulnerabilities in this project.
Why this matters
The repo has shipped multiple recent CVE/CodeQL fixes (middleware auth-bypass, sanitizer hardening) but has no disclosure policy. For a project whose whole value proposition is security tooling, a visible reporting process is table stakes and a credibility signal for reviewers.
Acceptance criteria
Technical context
Reference recent security fix commits for context on the kind of issues that should route through this process (e.g. sanitizer fixes, CVE patch to next).
[Docs] Add SECURITY.md
Summary
Add a
SECURITY.mddocumenting how to responsibly report vulnerabilities in this project.Why this matters
The repo has shipped multiple recent CVE/CodeQL fixes (middleware auth-bypass, sanitizer hardening) but has no disclosure policy. For a project whose whole value proposition is security tooling, a visible reporting process is table stakes and a credibility signal for reviewers.
Acceptance criteria
SECURITY.mdadded at repo rootTechnical context
Reference recent security fix commits for context on the kind of issues that should route through this process (e.g. sanitizer fixes, CVE patch to
next).