[PR #5685] [MERGED] add windows paths to isWithin #5529

Closed
opened 2026-06-05 15:21:38 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5685
Author: @timothycarambat
Created: 5/22/2026
Status: Merged
Merged: 6/1/2026
Merged by: @timothycarambat

Base: masterHead: GHSA-j4m9-wwcq-m868-fix


📝 Commits (9)

  • 2b04326 add windows paths to isWithin
  • 19522a4 Merge branch 'master' into GHSA-j4m9-wwcq-m868-fix
  • 70439f1 use path sep
  • 9333a38 path sep
  • 2e7fb12 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into GHSA-j4m9-wwcq-m868-fix
  • 09e5c37 harden
  • 5e68ab7 forget files
  • ff18252 remove cache check
  • f60fb9b Merge branch 'master' into GHSA-j4m9-wwcq-m868-fix

📊 Changes

4 files changed (+269 additions, -14 deletions)

View changed files

📝 collector/utils/files/index.js (+19 -7)
📝 server/.gitignore (+1 -0)
server/__tests__/utils/files/isWithin.test.js (+230 -0)
📝 server/utils/files/index.js (+19 -7)

📄 Description

Patch for https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-j4m9-wwcq-m868


🔄 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/Mintplex-Labs/anything-llm/pull/5685 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 5/22/2026 **Status:** ✅ Merged **Merged:** 6/1/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `GHSA-j4m9-wwcq-m868-fix` --- ### 📝 Commits (9) - [`2b04326`](https://github.com/Mintplex-Labs/anything-llm/commit/2b0432644add0fa1f0ec60569c5d4283f4277fb6) add windows paths to isWithin - [`19522a4`](https://github.com/Mintplex-Labs/anything-llm/commit/19522a4d5288345e9499294afd8da0a5b829d04b) Merge branch 'master' into GHSA-j4m9-wwcq-m868-fix - [`70439f1`](https://github.com/Mintplex-Labs/anything-llm/commit/70439f113a08b316b2798f4aa0711aaeb37c04bd) use path sep - [`9333a38`](https://github.com/Mintplex-Labs/anything-llm/commit/9333a388f7d8029bfa58689bd2e3faf87b8cb038) path sep - [`2e7fb12`](https://github.com/Mintplex-Labs/anything-llm/commit/2e7fb128e181a52b80a90d1c87443f98ae18fd12) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into GHSA-j4m9-wwcq-m868-fix - [`09e5c37`](https://github.com/Mintplex-Labs/anything-llm/commit/09e5c37798008afc80dab3df06bb28b1d882dbb2) harden - [`5e68ab7`](https://github.com/Mintplex-Labs/anything-llm/commit/5e68ab7238fce5c2fc4b73630114e9325fdd07c3) forget files - [`ff18252`](https://github.com/Mintplex-Labs/anything-llm/commit/ff182527ba236608bc711f56a0dfbacd7f2ece31) remove cache check - [`f60fb9b`](https://github.com/Mintplex-Labs/anything-llm/commit/f60fb9bd3f6e4402e3f499e2d65d707451a9e393) Merge branch 'master' into GHSA-j4m9-wwcq-m868-fix ### 📊 Changes **4 files changed** (+269 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/files/index.js` (+19 -7) 📝 `server/.gitignore` (+1 -0) ➕ `server/__tests__/utils/files/isWithin.test.js` (+230 -0) 📝 `server/utils/files/index.js` (+19 -7) </details> ### 📄 Description Patch for https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-j4m9-wwcq-m868 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:38 -04:00
yindo closed this issue 2026-06-05 15:21:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5529