You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address remaining CodeRabbit review findings on PR #48
- RegexDriver: track masked ranges and use immutable normalized string
for position lookups to prevent offset drift across mutated buffers
- RegexDriver: extract matched text from original input instead of
normalized string to preserve original casing/characters
- PipelineDriver: pass explicit UTF-8 encoding to mb_substr calls
- PendingCheck: cap cache key tracking with configurable max_tracked_keys
to prevent unbounded growth
- French config: remove mince/flûte/flute from profanity list as they
are common benign words that cause false positives
- German config: move schwul/schwule/schwuler/schwules from extreme to
moderate severity as they are also neutral self-identifiers
- StrMacroTest: replace toString() with (string) cast for Laravel 8 compat
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments