[PR #5050] [MERGED] Fix: restrict electron-embedded sync server to bind only to configured hostname for security #24340

Closed
opened 2026-04-16 17:59:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5050
Author: @ShreyasKallingal
Created: 5/24/2025
Status: Merged
Merged: 5/27/2025
Merged by: @MikesGlitch

Base: masterHead: fix/sync-server-bind-hostname


📝 Commits (5)

  • 05865c4 comment sync server
  • cfb7b28 Fix: ensure electron-embedded sync server binds to localhost to limit access
  • 8d05c9c lint and release notes
  • 2692483 rename
  • 5700e4b remove hostname config and revert docker yaml

📊 Changes

2 files changed (+8 additions, -0 deletions)

View changed files

📝 packages/desktop-electron/index.ts (+2 -0)
upcoming-release-notes/5050.md (+6 -0)

📄 Description

Closes #5049; restrict electron-embedded sync server to bind only to configured hostname (default localhost) to prevent network exposure.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5050 **Author:** [@ShreyasKallingal](https://github.com/ShreyasKallingal) **Created:** 5/24/2025 **Status:** ✅ Merged **Merged:** 5/27/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `fix/sync-server-bind-hostname` --- ### 📝 Commits (5) - [`05865c4`](https://github.com/actualbudget/actual/commit/05865c4894028d9bb4dbe540ee43ea68a03db0f2) comment sync server - [`cfb7b28`](https://github.com/actualbudget/actual/commit/cfb7b284efc0c28c62c01e179441e391f4ff2eeb) Fix: ensure electron-embedded sync server binds to localhost to limit access - [`8d05c9c`](https://github.com/actualbudget/actual/commit/8d05c9c976375e49a3a010e6dd4b8e737347cc08) lint and release notes - [`2692483`](https://github.com/actualbudget/actual/commit/26924834e632a6ff1fd88d13de9c1d5c38012091) rename - [`5700e4b`](https://github.com/actualbudget/actual/commit/5700e4bf78584b7d345ec7e231e66cf280bc219d) remove hostname config and revert docker yaml ### 📊 Changes **2 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-electron/index.ts` (+2 -0) ➕ `upcoming-release-notes/5050.md` (+6 -0) </details> ### 📄 Description Closes #5049; restrict electron-embedded sync server to bind only to configured hostname (default localhost) to prevent network exposure. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 17:59:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#24340