[PR #7207] [MERGED] [AI] Further hardening of "/change-password" endpoint #41438

Closed
opened 2026-04-23 14:13:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7207
Author: @MatissJanis
Created: 3/15/2026
Status: Merged
Merged: 3/17/2026
Merged by: @MatissJanis

Base: masterHead: claude/fix-oidc-privilege-escalation-1PQ9y


📝 Commits (2)

  • eec8ce5 [AI] Fix OIDC privilege escalation in /change-password endpoint
  • 0e1a16d Add release notes for PR #7207

📊 Changes

3 files changed (+59 additions, -17 deletions)

View changed files

📝 packages/sync-server/src/app-account.js (+10 -1)
📝 packages/sync-server/src/app-account.test.js (+43 -16)
upcoming-release-notes/7207.md (+6 -0)

📄 Description

Description

Hardening the /change-password endpoint

Further hardening after https://github.com/actualbudget/actual/pull/7155

Testing

n/a

Checklist

  • Release notes added
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

https://claude.ai/code/session_01Wne9FY2QnKp6JF7g61B1Sn


🔄 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/7207 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/15/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `claude/fix-oidc-privilege-escalation-1PQ9y` --- ### 📝 Commits (2) - [`eec8ce5`](https://github.com/actualbudget/actual/commit/eec8ce5dda2fa16b86f235c2b989ff7649901042) [AI] Fix OIDC privilege escalation in /change-password endpoint - [`0e1a16d`](https://github.com/actualbudget/actual/commit/0e1a16d84734856b91219932ab6e44b9ea2a7064) Add release notes for PR #7207 ### 📊 Changes **3 files changed** (+59 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/app-account.js` (+10 -1) 📝 `packages/sync-server/src/app-account.test.js` (+43 -16) ➕ `upcoming-release-notes/7207.md` (+6 -0) </details> ### 📄 Description ## Description Hardening the `/change-password` endpoint ## Related issue(s) <!-- Add issue reference if applicable --> Further hardening after https://github.com/actualbudget/actual/pull/7155 ## Testing n/a ## Checklist - [x] Release notes added - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed https://claude.ai/code/session_01Wne9FY2QnKp6JF7g61B1Sn --- <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-23 14:13:58 -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#41438