Skip to content

fix(strix): include app auth in backend PR scope - #1248

Merged
seonghobae merged 1 commit into
mainfrom
fix/strix-pr-scope-import-context-20260823
Aug 23, 2026
Merged

fix(strix): include app auth in backend PR scope#1248
seonghobae merged 1 commit into
mainfrom
fix/strix-pr-scope-import-context-20260823

Conversation

@seonghobae

@seonghobaeseonghobae commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • include backend/app/__init__.py and backend/app/auth.py as trusted context for backend Python PR scans
  • verify app-package auth is materialized from the trusted base tree

Validation

  • bash scripts/ci/test_strix_quick_gate.sh
  • bash -n scripts/ci/strix_quick_gate.sh scripts/ci/test_strix_quick_gate.sh
  • git diff --check

This fixes the partial-scope false positive observed on LineageWeave PR #387 without changing product code or weakening Strix findings.


Open in Devin Review

@seonghobae
seonghobae enabled auto-merge (squash) August 23, 2026 07:31
@coderabbitai

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in:38 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 573ab75f-a05e-4dba-9c9b-1a19d83879c6

📥 Commits

Reviewing files that changed from the base of the PR and between 23a776e and 3f78370.

📒 Files selected for processing (2)
  • scripts/ci/strix_quick_gate.sh
  • scripts/ci/test_strix_quick_gate.sh

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.

@devin-ai-integrationdevin-ai-integrationBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

Comment threadscripts/ci/strix_quick_gate.sh
@seonghobae

Copy link
Copy Markdown
ContributorAuthor

@opencode-agent Review exact current head 3f78370f3ad01409c7b2fcfb63dfb66862098fa6. Verify that backend Python PR scopes include trusted-base backend/app/auth.py context and that the regression test exercises materialization without trusting PR-head dependency content. Publish an independent exact-head verdict; do not reuse predecessor evidence or bypass protection.

@opencode-agent
opencode-agentBot disabled auto-merge August 23, 2026 07:35
@seonghobae
seonghobae enabled auto-merge (squash) August 23, 2026 07:39
@opencode-agent
opencode-agentBot disabled auto-merge August 23, 2026 07:40
@seonghobae
seonghobae merged commit 9ad0ad5 into mainAug 23, 2026
56 of 58 checks passed
@seonghobae
seonghobae deleted the fix/strix-pr-scope-import-context-20260823 branch August 23, 2026 07:49
Sign up for freeto 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.

1 participant

@seonghobae