Releases: tillson/git-hound
Releases · tillson/git-hound
v3.2
Changelog
- 15701b7 Merge branch 'main' of https://github.com/tillson/git-hound
- cc28245 bugfix - dig files showing source of original match instead of regex match
- 487f136 Fix HTML closing tag in README.md
- ce02164 Use fewer API calls
- f77f276 fix a rate limiting error
- 4d38c89 update
- 877ca91 Add --match-query
- 33ec1d3 Merge branch 'main' of https://github.com/tillson/git-hound
- 13866e3 Revise README for clarity and new features
- ce1bd9b Merge pull request #75 from tillson/dependabot/go_modules/golang.org/x/net-0.38.0
- f85102b Merge pull request #77 from tillson/dependabot/go_modules/github.com/cloudflare/circl-1.6.1
- c59531b Update README.md
- 9e520ae Improve large file reads
- a6875ec graceful handling of websocket connection loss
- 946cdde pool limit
- 06c86ae more speed improvements for dig
- b952250 speed improvements for dig
- e09470b formatting issues with dig
- d8d4682 Merge branch 'new-branch-name'
- db48d0f changes to dig
- 46da8c2 correctly send dug files
- a6f8a27 another fix
- fe85283 fix json escaping
- 1afc395 Add error handling for edge case
- 623d612 bugfix
- 2bdf6ed Merge branch 'main' of https://github.com/tillson/git-hound into v3.1
- feb15ec Update extensions
- b587f98 Bump github.com/cloudflare/circl from 1.5.0 to 1.6.1
- 2da82e3 Update README.md
- 91a0cf7 Update README.md
- a7e530a Update README.md
- cdeff2c Bump golang.org/x/net from 0.36.0 to 0.38.0
v3.1
GitHound's web UI can now work with secrets found with TruffleHog. The results can be viewed at https://githoundexplore.com.
Example:
tillson@mac git-hound $ trufflehog git --org example --json | git-hound --trufflehog
[+] Please visit the following URL to link your account: https://githoundexplore.com/link/<UNIQUE_ID>
[*] Waiting for account verification...
[+] Account verified successfully
Connected to GitHound Explore! View search results at: https://githoundexplore.com/app/search/<YOUR_SEARCH>
[*] Waiting for trufflehog output from stdin...
[*] Example usage: trufflehog git <repo-url> --json | go run main.go --trufflehog --dashboard
Changelog
- eae04fd one more change
- 8635a36 fix some thread locks
- d2ccafb Finish integration
- 4e0a892 More work on trufflehog integration
- 29856f1 Add trufflehog support for GHEX integration
- 7021353 Search ID flag
- c14dc64 Fix INSERT_KEY env variable
- 27b52cc remove hf secret
- fe1c371 Env variable support
- 62e8bb7 re-organize rules folder to match default parameters
v3.0.0
New in v3.0.0
- Adds GitHound Explore Dashboard (try it out with --dashboard and at https://githoundexplore.com/)
- Reduce memory/CPU usage
- Removed external dependencies, making setup easier
v3.0.0-rc2
New in v3.0.0
- Adds GitHound Explore Dashboard (try it out with --dashboard and at https://beta.githoundexplore.com/)
- Reduce memory/CPU usage
- Removed external dependencies, making setup easier
New in v3.0.0 beta 3
- Fixes to goroutine management when using
--dig
v3.0.0-ReleaseCandidate
New in v3.0.0
- Adds GitHound Explore Dashboard (try it out with --dashboard and at https://beta.githoundexplore.com/)
- Reduce memory/CPU usage
- Removed external dependencies, making setup easier
New in v3.0.0 beta 3
- Minor fixes to broken regexes
- More clear error messages
Thank you to beta testers! We are in now in the final phase of beta testing.
v3.0.0-beta2
Changelog
v3.0.0
- Adds GitHound Explore Dashboard (try it out with --dashboard and at https://beta.githoundexplore.com/)
- Reduce memory/CPU usage
- Removed external dependencies, making setup easier
Changes in Beta 2
- 4a2260d Merge branch 'main' of https://github.com/tillson/git-hound
- 70514eb Correct # of repos being scanned in alert message
- d17e7e1 Skip over LICENSE when reading regexes
- a12be7f Add noseyparker license
- 8aa75fa update rules + how rules are read.
- 6137584 Improve memory pools and queueing
- 80bfeae Update README.md
v3.0.0-beta
Changelog
- Adds GitHound Explore Dashboard (try it out with
--dashboardand at https://beta.githoundexplore.com) - Removed external dependencies, making setup easier
v2.0.0
What's Changed
- Add support for Github private access tokens (PACs)
- Add integration with GitLeaks and Nosey Parker ruleset schemas for GitHub-wide searches
Full Changelog: v1.7.1...v2.0.0