Skip to content

🐛 fix(security): close audit findings for v0.7.0#60

Merged
scttbnsn merged 3 commits into
mainfrom
codex/security-release-v0.7.0
Jul 20, 2026
Merged

🐛 fix(security): close audit findings for v0.7.0#60
scttbnsn merged 3 commits into
mainfrom
codex/security-release-v0.7.0

Conversation

@scttbnsn

Copy link
Copy Markdown
Contributor

Summary

  • close PW-SEC-001 through PW-SEC-010 with fail-closed auth, versioned full-target Ed25519 signatures, bounded expensive work, descriptor/root-confined file handling, strict TLS pairing, and accurate audit claims
  • ship generated CSP and browser security headers for every exported website/docs route
  • align from-source Docker builders with Go 1.26.5 and eliminate the weekly High-severity container finding
  • cut the v0.7.0 changelog, compatibility contract, supported-version policy, docs, website, FAQ, and roadmap in the established operator-first voice

Verification

  • gofmt, go vet, go build, go test -race
  • golangci-lint, govulncheck, gosec
  • six fuzz smoke targets and integration-suite compilation
  • npm/TypeScript lint, npm audit, static docs+website production build, CSP header tests
  • actionlint, zizmor, staged gitleaks
  • GoReleaser check and full snapshot archive build
  • no-cache Docker build plus Grype: no vulnerabilities found

- fail closed without credentials and bind Ed25519 signatures to the full request target
- bound expensive authentication and enrollment work, harden credential and Compose file handling, and require complete TLS configuration
- publish accurate audit guarantees and generated browser security headers
- align Docker builders with Go 1.26.5 and prepare the v0.7.0 release record
@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@scttbnsn, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 54 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 9cf0d9a0-8330-4d4e-8f84-3ea75c3ff2f8

📥 Commits

Reviewing files that changed from the base of the PR and between 1d8d346 and 3e500ab.

⛔ Files ignored due to path filters (2)
  • CHANGELOG.md is excluded by !CHANGELOG.md
  • website/public/llms.txt is excluded by !website/public/**
📒 Files selected for processing (70)
  • .dockerignore
  • .github/workflows/security-grype.yml
  • COMPATIBILITY.md
  • Dockerfile
  • Dockerfile.armv7
  • Dockerfile.dev
  • README.md
  • SECURITY.md
  • api/openapi.yaml
  • cmd/portwing/main_test.go
  • docs/content/docs/api-reference.mdx
  • docs/content/docs/audit-logging.mdx
  • docs/content/docs/authentication.mdx
  • docs/content/docs/configuration.mdx
  • docs/content/docs/connection-modes.mdx
  • docs/content/docs/getting-started.mdx
  • docs/content/docs/index.mdx
  • docs/content/docs/mcp-server.mdx
  • docs/content/docs/observability.mdx
  • docs/content/docs/security-model.mdx
  • docs/content/docs/standalone-mode.mdx
  • docs/content/docs/verification.mdx
  • docs/design/ed25519-auth.md
  • docs/next.config.ts
  • docs/package.json
  • docs/security-model.md
  • docs/src/components/footer.tsx
  • docs/src/lib/site-config.ts
  • internal/auth/coverage_test.go
  • internal/auth/enroll.go
  • internal/auth/enroll_test.go
  • internal/auth/keygen.go
  • internal/auth/keygen_test.go
  • internal/auth/keys.go
  • internal/auth/keys_test.go
  • internal/auth/verify.go
  • internal/auth/verify_test.go
  • internal/config/config.go
  • internal/config/config_test.go
  • internal/docker/compose.go
  • internal/docker/compose_test.go
  • internal/integration/integration_test.go
  • internal/server/argon2.go
  • internal/server/argon2_bench_test.go
  • internal/server/argon2_test.go
  • internal/server/coverage2_test.go
  • internal/server/coverage_test.go
  • internal/server/handlers_test.go
  • internal/server/http.go
  • internal/server/http_test.go
  • internal/server/middleware.go
  • internal/server/middleware_bench_test.go
  • internal/server/middleware_test.go
  • security_best_practices_report.md
  • website/next.config.ts
  • website/package.json
  • website/scripts/security-headers.mjs
  • website/scripts/security-headers.test.mjs
  • website/src/app/data/faq.ts
  • website/src/app/data/features.ts
  • website/src/app/data/roadmap.ts
  • website/src/app/page.tsx
  • website/src/components/footer.tsx
  • website/src/lib/comparison-route-data/diun.tsx
  • website/src/lib/comparison-route-data/hawser.tsx
  • website/src/lib/comparison-route-data/komodo.tsx
  • website/src/lib/comparison-route-data/portainer.tsx
  • website/src/lib/comparison-route-data/watchtower.tsx
  • website/src/lib/site-config.ts
  • website/vercel.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/security-release-v0.7.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

scttbnsn added 2 commits July 20, 2026 13:11
- verify per-IP reservation limits and expiry resets
- verify enrollment abuse-window accounting and table bounds
- verify exhausted token-verifier capacity returns 429 and releases state
@scttbnsn
scttbnsn merged commit bdc1bf6 into main Jul 20, 2026
27 checks passed
@scttbnsn
scttbnsn deleted the codex/security-release-v0.7.0 branch July 20, 2026 17:55
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.

3 participants