Cybersecurity-Projects/PROJECTS/advanced
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
..
ai-threat-detection [fix]: correct encoded SYSTEM XXE regex matching 2026-07-06 18:00:25 +05:30
api-rate-limiter chore(deps): bump pyjwt in /PROJECTS/advanced/api-rate-limiter 2026-06-16 12:07:25 +00:00
bug-bounty-platform chore(deps): bump pyjwt 2026-06-16 02:40:51 +00:00
encrypted-p2p-chat chore(deps): bump starlette 2026-06-04 17:09:29 +00:00
haskell-reverse-proxy fix: extract Aenebris.Net.IP to dedupe SockAddr rendering (Finding 10) 2026-04-29 02:19:56 -04:00
honeypot-network chore(deps): bump axios in /PROJECTS/advanced/honeypot-network/frontend 2026-05-29 16:32:54 +00:00
hsm-emulator Merge pull request #286 from CarterPerez-dev/project/ja3-ja4-tls-fingerprinting 2026-06-18 19:38:51 -04:00
monitor-the-situation-dashboard Merge pull request #286 from CarterPerez-dev/project/ja3-ja4-tls-fingerprinting 2026-06-18 19:38:51 -04:00