From 7dfe2a0b24f9a2f585a99f44aec80944f00b6a86 Mon Sep 17 00:00:00 2001 From: Diwakar-odds <170966675+Diwakar-odds@users.noreply.github.com> Date: Tue, 7 Jul 2026 14:24:00 +0530 Subject: [PATCH] feat(dashboard): implement threat analytics dashboard and backend rate limiting (fixes #172) --- dashboard.html | 126 +------------------------------- package-lock.json | 28 +++++++ package.json | 1 + public/dashboard.js | 174 ++++++++++++++++++++++++++++++++++++++++++++ server.js | 12 ++- 5 files changed, 215 insertions(+), 126 deletions(-) create mode 100644 public/dashboard.js diff --git a/dashboard.html b/dashboard.html index 5b4f774..813c054 100644 --- a/dashboard.html +++ b/dashboard.html @@ -123,130 +123,6 @@