Decode Base64 blobs and scan their contents for secrets while skipping short strings for performance. This has a small performance impact and can be disabled with --no-base64

This commit is contained in:
Mick Grove 2025-08-30 19:40:22 -07:00
commit aa2c3ba0cc
5 changed files with 27 additions and 15 deletions

View file

@ -58,4 +58,4 @@ fn skips_base64_when_disabled() -> anyhow::Result<()> {
dir.close()?;
Ok(())
}
}