Add SECURITY.md + CODEOWNERS; bump CI actions off Node 20 - #21
Conversation
- SECURITY.md: private vulnerability reporting via GitHub Security Advisories, with security@getoptimum.xyz as a fallback, plus a short note on how keysync handles the operator API key (HTTPS-only, no caching, never logged). - .github/CODEOWNERS: default-own the repo with @getoptimum/devops (needs the team to have write access for review requests to assign). - Bump actions/checkout v4.2.2 -> v7.0.0 and actions/setup-python v5.3.0 -> v6.3.0 (both Node 24) in test.yml and release.yml, clearing the Node 20 deprecation warning. SHAs verified against the upstream release tags.
|
Warning Review limit reached
More reviews will be available in 25 minutes and 9 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the 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 credits. 🚦 How do rate 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 see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository: getoptimum/coderabbit/.coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
Comment |
Pre-public hardening: review findings #8 and #9 plus a CODEOWNERS file.
SECURITY.md (#8)
security@getoptimum.xyzas a plain-text fallback. Not defanged: GitHub renders it as a clickable mailto, which is the low-friction path we want; defanging only deters scraper-spam to a role alias at the cost of usability.ovi_live_*key (HTTPS-only, refuses credential-in-URL, no token caching, never logged) so researchers have the threat model up front.CODEOWNERS
* @getoptimum/devops(team slug confirmed via the org). Note: the @getoptimum/devops team must have write access to this repo for review requests to be auto-assigned; otherwise GitHub flags the entry as unknown.CI action bump (#9)
actions/checkoutv4.2.2 -> v7.0.0,actions/setup-pythonv5.3.0 -> v6.3.0 in bothtest.ymlandrelease.yml. Both run on Node 24, clearing the Node 20 deprecation warning. Pinned to commit SHAs verified against the upstream release tags; inputs used (python-version,cache: pip) are unchanged across these majors.Docs/CI only, no package code touched.
pytest109 passed; both workflows parse as valid YAML.Written with Claude Code