GitNexus/gitnexus-web/test
jreakin 57e087de49 fix(web): strip quoted strings before readOnly keyword check
The readOnly guard was matching keywords inside string literals,
blocking legitimate queries like WHERE n.name CONTAINS "delete".
Now strips single/double-quoted strings before checking, so only
actual Cypher write keywords outside strings are blocked.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 05:09:44 -05:00
..
unit fix(web): strip quoted strings before readOnly keyword check 2026-03-23 05:09:44 -05:00
setup.ts test: add positive and negative tests for all 4 bug fixes 2026-03-23 03:48:27 -05:00