Files
Kashif Khan b1d7dae8db perf(engine): lowercase prefilter chunks as ASCII in a pooled buffer (#5291)
FindDetectorMatches searched a bytes.ToLower copy but cut spans from the
original chunk, so a rune whose lowercase differs in byte length shifted every
later position and could hide a credential. Folding only A-Z keeps the lengths
equal and a pooled buffer drops the copy's allocation. Adds a package README.
2026-09-16 12:09:27 +05:00
..
2025-10-15 14:50:44 -04:00
2026-09-09 14:31:29 +05:00