Replaced tree-sitter with a lighter parser-based context verifier built from handwritten lexers plus tl/cssparser, preserving context-dependent matching while cutting about 19 MB from the release binary.

This commit is contained in:
Mick Grove 2026-04-08 08:02:14 -07:00
commit 5aa5e1e218
3 changed files with 25 additions and 0 deletions

7
testdata/html_vulnerable.html vendored Normal file
View file

@ -0,0 +1,7 @@
<!doctype html>
<html>
<body data-api-key="html-key-123" secret_key="all along the watchtower">
<div password="blink182">hunter2</div>
<meta name="auth0_client_secret" content="abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234">
</body>
</html>