Cybersecurity-Projects/PROJECTS/advanced/ai-threat-detection/backend
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
..
alembic feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00
app [docs]: reorder detection rules by severity score 2026-07-06 18:02:05 +05:30
cli feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00
data/models chore complete + add pre commit chnages 2026-04-19 18:54:08 -04:00
ml chore complete + add pre commit chnages 2026-04-19 18:54:08 -04:00
tests chore complete + add pre commit chnages 2026-04-19 18:54:08 -04:00
alembic.ini feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00
pyproject.toml chore(deps): bump mlflow 2026-05-21 20:33:21 +00:00
uv.lock chore(deps): bump pyarrow 2026-06-05 23:50:09 +00:00