fix: security fixes and executor improvements (rebased from pr-465)#934
fix: security fixes and executor improvements (rebased from pr-465)#934KooshaPari merged 1 commit intomainfrom
Conversation
Squash merge of security and executor refactoring fixes from pr-465-fix branch. Original PR #930 was closed due to merge conflicts; this PR replaces it. Key improvements: - Security: prevent path-injection in token storage and auth operations - Executor: fix payloadModelRulesMatch for unconditional rules - Refactor: consolidate duplicate file operations in management and executor packages - Tests: comprehensive coverage and regression fixes across SDK and auth modules Conflicts resolved by accepting pr-465-fix versions for all affected files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 17 minutes and 14 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (33)
Note
|
Summary
Rebased version of the security fixes and executor improvements from pr-465-fix branch. Original PR #930 was closed due to merge conflicts with main.
Changes
payloadModelRulesMatchto properly handle unconditional rulesResolution Strategy
Testing
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com