Skip to content

chore: scrub private-repo references ahead of open-sourcing - #997

Merged
norrietaylor merged 1 commit into
mainfrom
chore/scrub-private-repo-refs
Jul 28, 2026
Merged

chore: scrub private-repo references ahead of open-sourcing#997
norrietaylor merged 1 commit into
mainfrom
chore/scrub-private-repo-refs

Conversation

@bryan-minimal

@bryan-minimal bryan-minimal commented Jul 28, 2026

Copy link
Copy Markdown
Member

Closes #792 (final remediation for the open-source security review — all other items verified clean, see the issue's status comment).

Part of #792 (open-source security review, item 4: cross-repo references to internal repos).

Removes the only private-tracker references in non-vendored code/docs:

  • scripts/bulk-upload-e2e.sh — two inbox#335 links, one of which sat inside a runtime ::error:: annotation that would print the private URL into public CI logs.
  • crates/decode/src/builds.rs — a gominimal/infra#18 doc-comment reference (also dropped internal res-server terminology).

The factual content is preserved (the #869 hang and its observed timing; the arm64 dispatch bug and the eager→deferred fix). #869 stays — it is a same-repo minimal issue.

Full-history gitleaks scan came back clean (5 findings, all false positives); this was the remaining internal-reference cleanup.

🤖 Generated with Claude Code

Note

Remove private issue references from doc comments and scripts ahead of open-sourcing

Scrubs internal issue URLs from builds.rs and bulk-upload-e2e.sh to prepare the repo for public release. No logic changes; only comments and error message text are affected.

Macroscope summarized bbfc437.

Removes links to private trackers (inbox, infra) from a script and a
doc comment — including one in a runtime CI error annotation that would
print the URL into public logs. The factual observations (the #869 hang
timing, the arm64 dispatch bug) are kept; only the private references
are dropped. #869 stays as a same-repo reference.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 23 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 94a38752-7a18-4fba-a196-8fc1bbf5f77a

📥 Commits

Reviewing files that changed from the base of the PR and between 264f1d5 and bbfc437.

📒 Files selected for processing (2)
  • crates/decode/src/builds.rs
  • scripts/bulk-upload-e2e.sh

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

@norrietaylor
norrietaylor merged commit cb29f06 into main Jul 28, 2026
29 checks passed
@norrietaylor
norrietaylor deleted the chore/scrub-private-repo-refs branch July 28, 2026 23:49
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.

Minimal repo security review for open source

2 participants