[PR #9] [MERGED] Add CSRF protection and rate limiting #9

Closed
opened 2026-02-27 20:18:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NodeDaemon/NodeDaemon/pull/9
Author: @ersinkoc
Created: 11/22/2025
Status: Merged
Merged: 11/22/2025
Merged by: @ersinkoc

Base: mainHead: claude/csrf-rate-limiting-014uTbF1eqM2CR2sbpQMAdfR


📝 Commits (3)

  • 783d15d feat: implement CSRF protection and rate limiting for security hardening
  • 97ccff5 perf: convert critical file operations to async I/O
  • 546b077 perf: add LRU cache for static file serving

📊 Changes

9 files changed (+836 additions, -51 deletions)

View changed files

📝 src/core/FileWatcher.ts (+18 -8)
📝 src/core/LogManager.ts (+20 -4)
src/core/RateLimiter.ts (+199 -0)
📝 src/core/StateManager.ts (+21 -7)
src/core/StaticFileCache.ts (+248 -0)
📝 src/core/WebUIServer.ts (+280 -22)
📝 src/daemon/NodeDaemonCore.ts (+40 -8)
📝 src/types/index.ts (+4 -2)
📝 src/utils/constants.ts (+6 -0)

📄 Description

No description provided


🔄 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/NodeDaemon/NodeDaemon/pull/9 **Author:** [@ersinkoc](https://github.com/ersinkoc) **Created:** 11/22/2025 **Status:** ✅ Merged **Merged:** 11/22/2025 **Merged by:** [@ersinkoc](https://github.com/ersinkoc) **Base:** `main` ← **Head:** `claude/csrf-rate-limiting-014uTbF1eqM2CR2sbpQMAdfR` --- ### 📝 Commits (3) - [`783d15d`](https://github.com/NodeDaemon/NodeDaemon/commit/783d15d5770d98f96cb68325e47471f8a3f8e0c0) feat: implement CSRF protection and rate limiting for security hardening - [`97ccff5`](https://github.com/NodeDaemon/NodeDaemon/commit/97ccff566590a329148c9839b3345fdda50957ba) perf: convert critical file operations to async I/O - [`546b077`](https://github.com/NodeDaemon/NodeDaemon/commit/546b077dfd6764f3ed2201c476c75e5a0554c372) perf: add LRU cache for static file serving ### 📊 Changes **9 files changed** (+836 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `src/core/FileWatcher.ts` (+18 -8) 📝 `src/core/LogManager.ts` (+20 -4) ➕ `src/core/RateLimiter.ts` (+199 -0) 📝 `src/core/StateManager.ts` (+21 -7) ➕ `src/core/StaticFileCache.ts` (+248 -0) 📝 `src/core/WebUIServer.ts` (+280 -22) 📝 `src/daemon/NodeDaemonCore.ts` (+40 -8) 📝 `src/types/index.ts` (+4 -2) 📝 `src/utils/constants.ts` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:18:24 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/NodeDaemon#9
No description provided.