SHA256
1
0
forked from pool/trufflehog

Accepting request 1102309 from home:ph03nix

- Update to version 3.46.3:
  * Detect API keys without app keys (#1605)
  * Adjust regex and add tests (#1602)
  * Use SourceManager in engine (#1586)
  * implement indeterminate LDAP verification (#1574)
  * Fix nil pointer dereference to git ScanOptions (#1603)
  * initial support for bare repositories (#1499)
  * Common chunk reader (#1594)
  * Add commits scanned to log (#1600)
  * include scan duration in output log (#1598)
  * Make prints to stdout serial. (#1597)
- Update to version 3.46.2:
  * add tri-state verification to mongodb detector by @rosecodym in #1575
  * create hidden debug flag to disable overseer by @zubairk14 in #1582
  * Fix VirusTotal deetector by @ahrav in #1585
  * Refactor git source to allow ScanOptions and use source in engine by @mcastorina in #1518
  * S3 panic send on closed channel by @ahrav in #1589
- Update to version 3.46.1:
  * [bug] - Fix unlocking an unlocked mutex by @ahrav in #1583
- Update to version 3.46.0:
  * Increase log level of engine messages by @dustin-decker in #1576
  * Initialize the default logger to output to stderr by @mcastorina in #1569
  * Fix runtime error when scanning Gist comments by @rgmz in #1552
  * Do not nest transports for Github installation client by @rosecodym in #1564
  * Identify transient AWS verification failures by @rosecodym in #1563
  * Support fatal errors in job reports by @mcastorina in #1562
  * Fix pubnub regular expression by @mcastorina in #1565
  * gitparse: Use an object for currentDiff by @mcastorina in #1573
  * Concurrent detection by @ahrav in #1580
  * Replace magic strings with const by @ahrav in #1568

OBS-URL: https://build.opensuse.org/request/show/1102309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=13
This commit is contained in:
2023-08-04 20:22:55 +00:00
committed by Git OBS Bridge
parent d9caa8a31b
commit ee8f3ca77f
7 changed files with 48 additions and 11 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Aug 04 08:05:50 UTC 2023 - felix.niederwanger@suse.com
- Update to version 3.46.3:
* Detect API keys without app keys (#1605)
* Adjust regex and add tests (#1602)
* Use SourceManager in engine (#1586)
* implement indeterminate LDAP verification (#1574)
* Fix nil pointer dereference to git ScanOptions (#1603)
* initial support for bare repositories (#1499)
* Common chunk reader (#1594)
* Add commits scanned to log (#1600)
* include scan duration in output log (#1598)
* Make prints to stdout serial. (#1597)
- Update to version 3.46.2:
* add tri-state verification to mongodb detector by @rosecodym in #1575
* create hidden debug flag to disable overseer by @zubairk14 in #1582
* Fix VirusTotal deetector by @ahrav in #1585
* Refactor git source to allow ScanOptions and use source in engine by @mcastorina in #1518
* S3 panic send on closed channel by @ahrav in #1589
- Update to version 3.46.1:
* [bug] - Fix unlocking an unlocked mutex by @ahrav in #1583
- Update to version 3.46.0:
* Increase log level of engine messages by @dustin-decker in #1576
* Initialize the default logger to output to stderr by @mcastorina in #1569
* Fix runtime error when scanning Gist comments by @rgmz in #1552
* Do not nest transports for Github installation client by @rosecodym in #1564
* Identify transient AWS verification failures by @rosecodym in #1563
* Support fatal errors in job reports by @mcastorina in #1562
* Fix pubnub regular expression by @mcastorina in #1565
* gitparse: Use an object for currentDiff by @mcastorina in #1573
* Concurrent detection by @ahrav in #1580
* Replace magic strings with const by @ahrav in #1568
* [bug] - fix data races by @ahrav in #1577
* [bug] - fix shodan detector by @ahrav in #1579
-------------------------------------------------------------------
Fri Jul 28 09:49:25 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>