Cybersecurity-Projects/PROJECTS/advanced/ai-threat-detection/backend/app
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
..
api chore complete + add pre commit chnages 2026-04-19 18:54:08 -04:00
core [docs]: reorder detection rules by severity score 2026-07-06 18:02:05 +05:30
models feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00
schemas feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00
services chore complete + add pre commit chnages 2026-04-19 18:54:08 -04:00
__init__.py checkpoint - phase 13 complete 2026-02-14 02:24:37 -05:00
__main__.py feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00
config.py chore complete + add pre commit chnages 2026-04-19 18:54:08 -04:00
factory.py chore complete + add pre commit chnages 2026-04-19 18:54:08 -04:00
main.py feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00