Skip to content

Fix missing rate limiting alert#32897

Merged
EugeniyKiyashko merged 2 commits intoDevExpress:26_1from
EugeniyKiyashko:26_1_rate_limits
Mar 13, 2026
Merged

Fix missing rate limiting alert#32897
EugeniyKiyashko merged 2 commits intoDevExpress:26_1from
EugeniyKiyashko:26_1_rate_limits

Conversation

@EugeniyKiyashko
Copy link
Copy Markdown
Contributor

No description provided.

@EugeniyKiyashko EugeniyKiyashko self-assigned this Mar 13, 2026
Copilot AI review requested due to automatic review settings March 13, 2026 08:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a simple in-memory rate limiter middleware to the demos CSP server to address a missing rate limiting alert.

Changes:

  • Introduced createRateLimiter() middleware (Map-backed, fixed-window reset).
  • Enabled rate limiting globally for the CSP demo server via app.use(createRateLimiter()).

Comment thread apps/demos/utils/server/csp-server.js
@EugeniyKiyashko EugeniyKiyashko merged commit 41173c5 into DevExpress:26_1 Mar 13, 2026
102 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants