You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes several items from the private 2026-07-28 security review and
partially addresses two more. Finding-level detail stays in the private
report.
Reviewed for release: no changes to .github/workflows or
scripts/release.ts, no new credential logging, constant-time secret
comparison, 0600/0700 secret files with symlink rejection and ACL
hardening, and proxy admission secrets are blocked from reaching
upstreams.
BREAKING CHANGES:
- A blank "hostname" is rejected on write and degraded to 127.0.0.1 on
read with a warning.
- Data-plane credentials (OPENCODEX_API_AUTH_TOKEN, service-api-token,
config.apiKeys) no longer reach /api/*. Operational scripts must move
to OPENCODEX_ADMIN_AUTH_TOKEN. Model clients are unaffected.
- A non-loopback dashboard no longer mints session tokens.
0 commit comments