mirror of
https://github.com/NodeDaemon/NodeDaemon.git
synced 2026-04-27 08:15:55 +03:00
[PR #9] [MERGED] Add CSRF protection and rate limiting #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/NodeDaemon#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:claude/csrf-rate-limiting-014uTbF1eqM2CR2sbpQMAdfR📝 Commits (3)
783d15dfeat: implement CSRF protection and rate limiting for security hardening97ccff5perf: convert critical file operations to async I/O546b077perf: 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.