From 116aac2f83950d3eb8706690f676aecaee93c3fd Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Thu, 20 Nov 2025 16:34:13 -0800 Subject: [PATCH] - Updating to support Bitbucket App Passwords - Improved boundaries for several rules - Added more rules --- src/matcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matcher.rs b/src/matcher.rs index 7eb8548..b193f29 100644 --- a/src/matcher.rs +++ b/src/matcher.rs @@ -583,7 +583,7 @@ fn filter_match<'b>( _origin: &OriginSet, ts_match: Option<&[u8]>, is_base64: bool, - redact: bool, + _redact: bool, filename: &str, profiler: Option<&Arc>, respect_ignore_if_contains: bool,