forked from mirrors/kingfisher
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:
parent
0cb854872b
commit
5aa5e1e218
3 changed files with 25 additions and 0 deletions
7
testdata/html_vulnerable.html
vendored
Normal file
7
testdata/html_vulnerable.html
vendored
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue