Conversation
…e taos chown (#768) * fix(install): scope a safe.directory exception for the re-run update path (#765) * fix(install): drop to the repo owner for the re-run update instead of overriding git ownership trust Running git as root inside a taos-owned tree (so a planted .git/config or hook could execute as root) is the privilege-escalation the dubious-ownership check guards against. Drop to the owning user for fetch/reset rather than bypassing the check; run directly when root-owned or not running as root.
|
Warning Review limit reached
More reviews will be available in 23 minutes and 26 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
👋 Thanks for the PR! This one targets See CONTRIBUTING.md for the branch model. |
Promotes #768 to master: the installer re-run update path dropped to running git as root inside the taos-owned tree, which both tripped git's dubious-ownership check (blocking the sudo re-run recovery path from #765) and was a privilege-escalation vector. Now drops to the repo owner for fetch/reset. Fixes #765.