tartufo icon indicating copy to clipboard operation
tartufo copied to clipboard

Searches through git repositories for high entropy strings and secrets, digging deep into commit history

Results 82 tartufo issues
Sort by recently updated
recently updated
newest added

Eat our own dogfood

enhancement
help wanted

## Feature Request ## Is your feature request related to a problem? Please describe. Technically this is related to https://github.com/dxa4481/truffleHogRegexes/blob/master/truffleHogRegexes/regexes.json which is in another repository but maybe because of https://github.com/godaddy/tartufo/issues/5...

enhancement

## Feature Request ## Is your feature request related to a problem? Please describe. Currently there is no validation for default regex rules defined ## Describe the solution you'd like...

enhancement
help wanted
tests

## Feature Request ## Is your feature request related to a problem? Please describe. Tartufo will currently flag all LFS files based on the SHA256 object id contained in the...

enhancement

## 🐛 Bug Report My `tartufo pre-commit` failed to operate on obvious secrets (that `tartufo scan-local-repo` was able to spot after commit), that is it was not finding them in...

bug

## Feature Request ## Is your feature request related to a problem? Please describe. It is not related to a problem but just an idea, that will allow to always...

enhancement

## Feature Request ## Is your feature request related to a problem? Please describe. This is not a problem per se but could be offered as enhancement for maintainability (of...

enhancement

It is just an observation, so neither a bug nor a feature request, but maybe it has merit to address. In short: some given Python content that is stored encoded...

I see these duplicate entries in the output of `tartufo`: ```json . . . "excluded_paths": [ "tartufo.toml", "test/data", "tartufo.toml", "test/data" ], . . . ``` When I invoke `tartufo` like...

## Feature Request ## Is your feature request related to a problem? Please describe. Tartufo output, at least in JSON mode, includes "excluded_paths" and "excluded_signatures" information. It should however also...

enhancement