Releases: godaddy/tartufo
Releases · godaddy/tartufo
Version 5.0.2
- #539 - Add support for python 3.13, and update dependencies to latest versions.
Version 5.0.1
Version v5.0.0
#502 - Drop support for python 3.7; this version reached end of support on 27 June 2023.
Version 4.1.0
Features:
- #473 - Introduces new flag --target-config/--no-target-config to enable or disable processing of the config file in the repository or folder being scanned
- #455 - Update documentation to fix incorrect wording
- #458 - Adds --exclude-regex-patterns to allow for regex-based exclusions
- #479 - Remove upward traversal logic for config discovery
Bug fixes:
-
#482 - Code updates to process rule-patterns set up in the target's default config file i.e. tartufo.toml or pyproject.toml
-
#467 - Multiple fixes to configuration file processing:
- If multiple configuration files were specified, only the last was processed and no error or warning was generated. Now files are processed in order.
- When multiple configuration files are specified, list-valued parameters are concatenated and single-valued parameters are overwritten by the last file that defines them.
- Configuration files located in the target of a scan-folder operation were ignored; now they are located and processed in the same manner as for a scan-local-repo or scan-remote-repo operation.
Version 4.0.1
What's Changed
- Documentation Update by @sushantmimani in #449
- Bump GitPython by @vjohnson1-godaddy in #448
New Contributors
- @vjohnson1-godaddy made their first contribution in #448
Full Changelog: v4.0.0...v4.0.1
Version 4.0.0
What's Changed
- Drop support for python 3.6 by @rbailey-godaddy in #411
- Add support for python 3.11 by @rbailey-godaddy in #403
- fix: diff only if not already searched by @dclayton-godaddy in #420
- Add --no-git-check option to skip confirmation dialog for scan-folder by @dalibor in #348
- feat: add progress flag to git scans by @dclayton-godaddy in #421
- Remove deprecated code by @emayuri-godaddy in #433
New Contributors
Full Changelog: v3.3.1...v4.0.0
Version 3.3.1
v3.3.1 - 23 Nov 2022
Bug fixes:
- #408 - 3.3.0 container broken
- Rebuild container using python 3.10 base instead of python 3.11
- Eliminates reference to missing library present in 3.3.0 container
- Eliminates requirement for build-it-yerself libraries in container
Version 3.3.0
What's Changed
- Handle the case where exclude-signatures is a list of strings by @jhall1-godaddy in #372
- Update default_regexes.json to expand Password in URL detection by @afammartino-godaddy in #376
- Add apt-get update to Dockerfile by @jgowdy in #396
- feat(output): add report output format by @dclayton-godaddy in #401
- Release v3.3.0 by @sushantmimani in #404
New Contributors
- @afammartino-godaddy made their first contribution in #376
- @smimani-godaddy made their first contribution in #393
Full Changelog: v3.2.1...v3.3.0
Version 3.2.1
What's Changed
- update-signatures command to migrate deprecated signatures by @jhall1-godaddy in #368
- Release v3.2.1 by @mayuriesha in #370
Full Changelog: v3.2.0...v3.2.1
Version 3.2.0
What's Changed
- Only use colored output in a TTY by @jhall1-godaddy in #361
- Explicitly state version for removal of deprecated options by @sushantmimani in #362
- Fix matched string by @sushantmimani in #363
- Release v3.2.0 by @sushantmimani in #365
New Contributors
- @jhall1-godaddy made their first contribution in #361
Full Changelog: v3.1.4...v3.2.0