From 20cdb70f576bea06daa2f3e81e80be99b24c1f91 Mon Sep 17 00:00:00 2001 From: kitos Date: Fri, 5 Jun 2026 10:23:59 +0200 Subject: [PATCH] refactor(system): rename Threat Intel Scan to Security Feed Monitor The previous name implied data from a dedicated threat intelligence team. The feature actually monitors public RSS feeds and security blogs for ATT&CK technique mentions, so Security Feed Monitor is more accurate. Updated description and all references across SystemPage and ReviewQueuePage. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/pages/ReviewQueuePage.tsx | 2 +- frontend/src/pages/SystemPage.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/ReviewQueuePage.tsx b/frontend/src/pages/ReviewQueuePage.tsx index 37b640f..d70e18f 100644 --- a/frontend/src/pages/ReviewQueuePage.tsx +++ b/frontend/src/pages/ReviewQueuePage.tsx @@ -421,7 +421,7 @@ export default function ReviewQueuePage() {

diff --git a/frontend/src/pages/SystemPage.tsx b/frontend/src/pages/SystemPage.tsx index 243eae7..a8ee57a 100644 --- a/frontend/src/pages/SystemPage.tsx +++ b/frontend/src/pages/SystemPage.tsx @@ -236,9 +236,9 @@ export default function SystemPage() {

-

Threat Intel Scan

+

Security Feed Monitor

- Scan RSS feeds and security blogs for new threat intelligence related to techniques. + Monitor public RSS feeds and security blogs for new articles and research related to MITRE ATT&CK techniques.

{schedulerStatus && (