Cybersecurity-Projects/PROJECTS/advanced/ai-threat-detection/backend/app
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
..
api chore complete + add pre commit chnages 2026-04-19 18:54:08 -04:00
core [fix]: correct encoded SYSTEM XXE regex matching 2026-07-06 18:00:25 +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