forked from mirrors/kingfisher
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:
parent
fc0be774b4
commit
aa2c3ba0cc
5 changed files with 27 additions and 15 deletions
|
|
@ -58,4 +58,4 @@ fn skips_base64_when_disabled() -> anyhow::Result<()> {
|
|||
|
||||
dir.close()?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue