Cybersecurity-Projects/PROJECTS/advanced/ai-threat-detection/backend/app/core
surya b6af44c1f6 [docs]: reorder detection rules by severity score
_PATTERN_RULES list had XXE_INJECTION (0.82) after XSS (0.80) and
CRLF_INJECTION (0.65) after PATH_TRAVERSAL (0.60), placing higher-
scored rules below lower-scored ones. Reordered to strict descending
order and updated the module docstring to match. No change to
scoring behavior — score_request() takes max + boost regardless
of list position.
2026-07-06 18:02:05 +05:30
..
alerts chore complete + add pre commit chnages 2026-04-19 18:54:08 -04:00
detection [docs]: reorder detection rules by severity score 2026-07-06 18:02:05 +05:30
enrichment feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00
features [fix]: correct encoded SYSTEM XXE regex matching 2026-07-06 18:00:25 +05:30
ingestion chore complete + add pre commit chnages 2026-04-19 18:54:08 -04:00
__init__.py feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00
redis_manager.py feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00