forked from pool/trufflehog
Accepting request 1100549 from home:ph03nix
- trufflehog-v3.35.0 * [chore] - Update loop to switch. by @ahrav in #1487 * Rewrite SourceUnitEnumerator to use UnitReporter instead of a channel by @mcastorina in #1485 * Define SourceUnit chunking interface by @mcastorina in #1484 * fix twilio verification side effect by @brandonjyan in #1494 * Fix URI detector false positives when the redacted password has been URL encoded by @trufflesteeeve in #1489 * add envoy api key scanner by @brandonjyan in #1482 * add couchbase scanner to defaults by @brandonjyan in #1497 * tweak jdbc redaction by @rosecodym in #1490 * add launch_darkly keyword to launchdarkly scanner by @brandonjyan in #1495 * [chore] - update detector template file by @ahrav in #1500 * add thog enterprise detector for web keys by @zubairk14 in #1448 * use Go 1.20 for all github workflows by @rosecodym in #1508 * unify JDBC detector ping logic by @rosecodym in #1506 * add dockerhub scanner by @brandonjyan in #1496 * JDBC indeterminacy by @rosecodym in #1507 * [chore] Remove parent setting / getting in Context wrapper by @mcastorina in #1516 * Revert "[chore] Remove parent setting / getting in Context wrapper (#… by @mcastorina in #1519 * Bump github.com/googleapis/gax-go/v2 from 2.11.0 to 2.12.0 by @dependabot in #1501 * Bump google.golang.org/api from 0.130.0 to 0.131.0 by @dependabot in #1502 * Bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 by @dependabot in #1523 * capture JSON error in AWS detector by @rosecodym in #1509 * Decrease frequency of dependabot alerts to monthly by @zricethezav in #1524 * Support indeterminacy in alchemy and update detector docs by @rosecodym in #1510 * [chore] Remove parent manipulation in context package by @mcastorina in #1525 * Implement SourceManager basics by @mcastorina in #1515 * Correctly route pprof endpoint by @mcastorina in #1527 * [chore] - Remove password info from log by @ahrav in #1528 * continue scanning on detector / decoder panic by @dustin-decker in #863 * Add match boundary to okta regular expressions by @mcastorina in #1531 OBS-URL: https://build.opensuse.org/request/show/1100549 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=11
This commit is contained in:
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="version">v3.44</param>
|
||||
<param name="version">v3.45</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ab1ff61c9bffc923a9247b15bd45c7609093afd374c596b98235f2ca125cb35
|
||||
size 6289933
|
3
trufflehog-3.45.obscpio
Normal file
3
trufflehog-3.45.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ac505679cd23ab8793bec13000d90fa58399cc94e81aa3dede0f700f6c705d6
|
||||
size 6321677
|
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 07:00:24 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||
|
||||
- trufflehog-v3.35.0
|
||||
* [chore] - Update loop to switch. by @ahrav in #1487
|
||||
* Rewrite SourceUnitEnumerator to use UnitReporter instead of a channel by @mcastorina in #1485
|
||||
* Define SourceUnit chunking interface by @mcastorina in #1484
|
||||
* fix twilio verification side effect by @brandonjyan in #1494
|
||||
* Fix URI detector false positives when the redacted password has been URL encoded by @trufflesteeeve in #1489
|
||||
* add envoy api key scanner by @brandonjyan in #1482
|
||||
* add couchbase scanner to defaults by @brandonjyan in #1497
|
||||
* tweak jdbc redaction by @rosecodym in #1490
|
||||
* add launch_darkly keyword to launchdarkly scanner by @brandonjyan in #1495
|
||||
* [chore] - update detector template file by @ahrav in #1500
|
||||
* add thog enterprise detector for web keys by @zubairk14 in #1448
|
||||
* use Go 1.20 for all github workflows by @rosecodym in #1508
|
||||
* unify JDBC detector ping logic by @rosecodym in #1506
|
||||
* add dockerhub scanner by @brandonjyan in #1496
|
||||
* JDBC indeterminacy by @rosecodym in #1507
|
||||
* [chore] Remove parent setting / getting in Context wrapper by @mcastorina in #1516
|
||||
* Revert "[chore] Remove parent setting / getting in Context wrapper (#… by @mcastorina in #1519
|
||||
* Bump github.com/googleapis/gax-go/v2 from 2.11.0 to 2.12.0 by @dependabot in #1501
|
||||
* Bump google.golang.org/api from 0.130.0 to 0.131.0 by @dependabot in #1502
|
||||
* Bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 by @dependabot in #1523
|
||||
* capture JSON error in AWS detector by @rosecodym in #1509
|
||||
* Decrease frequency of dependabot alerts to monthly by @zricethezav in #1524
|
||||
* Support indeterminacy in alchemy and update detector docs by @rosecodym in #1510
|
||||
* [chore] Remove parent manipulation in context package by @mcastorina in #1525
|
||||
* Implement SourceManager basics by @mcastorina in #1515
|
||||
* Correctly route pprof endpoint by @mcastorina in #1527
|
||||
* [chore] - Remove password info from log by @ahrav in #1528
|
||||
* continue scanning on detector / decoder panic by @dustin-decker in #863
|
||||
* Add match boundary to okta regular expressions by @mcastorina in #1531
|
||||
* Replace aho-corasick library by @zricethezav in #1538
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 11:37:25 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: trufflehog
|
||||
version: 3.44
|
||||
mtime: 1689629751
|
||||
commit: 3b00c0062c0d177d1207094606462aca386ae9d8
|
||||
version: 3.45
|
||||
mtime: 1690252229
|
||||
commit: b5b01d3eba8fca303e1775f3c7b8b9b0fc275332
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trufflehog
|
||||
Version: 3.44
|
||||
Version: 3.45
|
||||
Release: 0
|
||||
Summary: Find credentials all over the place
|
||||
License: AGPL-3.0-or-later
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22c8edb217ddb6d90c75785217f978ac187902856ae74e82194be65d10dd4a7f
|
||||
size 13661342
|
||||
oid sha256:5b3c9a2ca98d07357f54a610003fe615a5c97078bdb08aa716d4d3073ae8b316
|
||||
size 13650254
|
||||
|
Reference in New Issue
Block a user