Cybersecurity-Projects/PROJECTS/advanced/ai-threat-detection/backend
surya fd5f6a74f1 [fix]: correct encoded SYSTEM XXE regex matching
The final branch of _XXE_INJECTION was missing % separators between
hex pairs. Pattern %(?:25)?53(?:25)?59... never matched because after
consuming %53 the next sub-pattern expected 5 or 2, not %. Fixed by
inserting % anchors between each pair so both single-encoded
(%53%59%53%54%45%4D) and double-encoded (%2553%2559...) SYSTEM strings
match correctly. All existing XXE branches are unaffected.
2026-07-06 18:00:25 +05:30
..
alembic feat: sbom generator & vulnerability matcher + docstrings across 6 projects 2026-04-08 23:53:40 -04:00
app [fix]: correct encoded SYSTEM XXE regex matching 2026-07-06 18:00:25 +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