fix(computer-server): default to localhost binding - #1845
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📦 Publishable packages changed
Add |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe pull request changes the default network binding for ChangesLocalhost-only default binding
🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…line' into security/computer-server-localhost-default
📦 Publishable packages changed
Add |
…line' into security/computer-server-localhost-default
📦 Publishable packages changed
Add |
…line' into security/computer-server-localhost-default
📦 Publishable packages changed
Add |
|
Nice — this covers the two real bind sites ( One loose end: there's a third hardcoded bind in if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000)It's only reached via a direct run ( |
9dae01e
into
security/python-import-sort-baseline
* chore(python): format lint baseline * chore(python): stabilize isort first-party config * chore(python): scope lint baseline * fix(computer-server): default to localhost binding (#1845) Co-authored-by: jf-mac-mini <jf-mac-mini@jf-mac-minis-Mac-mini.local> * chore(deps): bump cua-cli litellm to 1.86.2 (#1838) Co-authored-by: jf-mac-mini <jf-mac-mini@jf-mac-minis-Mac-mini.local> * chore(typescript): scope Prettier lint baseline (#1840) * chore(typescript): format lockfiles * chore(typescript): format prettier baseline * chore(typescript): scope prettier lint baseline --------- Co-authored-by: jf-mac-mini <jf-mac-mini@jf-mac-minis-Mac-mini.local> --------- Co-authored-by: jf-mac-mini <jf-mac-mini@jf-mac-minis-Mac-mini.local>
Recreates #1571 from current main.
Security:
Validation:
Summary by CodeRabbit
Bug Fixes
--hostconfiguration flag.Documentation