diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-28 10:28:33 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-28 10:28:33 +0800 |
| commit | 5ea12e851d93d67dabb1632b5077a2961a0a3bfc (patch) | |
| tree | 968d78f41b77c2fa830dca378ae2eb553f9f47d3 /_log/site-search.md | |
| parent | ebd1c710f8f189c5a9496096fd60627974e999a9 (diff) | |
| download | www-5ea12e851d93d67dabb1632b5077a2961a0a3bfc.tar.gz | |
Minor touch-ups.
Diffstat (limited to '_log/site-search.md')
| -rw-r--r-- | _log/site-search.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/_log/site-search.md b/_log/site-search.md index 4f965f9..d4d7180 100644 --- a/_log/site-search.md +++ b/_log/site-search.md @@ -1,5 +1,5 @@ --- -title: Overengineered search for my website +title: Overengineered search date: 2026-01-03 layout: post --- @@ -96,9 +96,8 @@ Resource exhaustion and XSS attacks are inherent. Limited concurrent searches using lock-file semaphores, and capped the query length (64 B) and the result set (20). Mitigated XSS by HTML-escaping all output using HTML::Escape. -At my current pace of twelve articles a year, the search should work without -intervention for the next 833 years. Penciled in the next release for Anno -Domini 2859. +At my current pace of twelve articles a year, this should work for the next 833 +years. Penciled in the next release for Anno Domini 2859. Commit: <a href="https://git.asciimx.com/www/commit/?h=term&id=6da102d6e0494a3eac3f05fa3b2cdcc25ba2754e" |
