Commit graph

3185 commits

Author SHA1 Message Date
renovate[bot]
7332f91a8b
fix(deps): update module github.com/aws/aws-sdk-go to v1.51.19 (#2694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-10 17:57:07 -07:00
renovate[bot]
a7699f8c24
chore(deps): update sigstore/cosign-installer action to v3.5.0 (#2695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-10 17:56:46 -07:00
ahrav
867434331b
[refactor] - template detector (#2692)
* refactor template detector to only check for 200 status code

* Replace ldap.DialTLS w/ ldap.DialURL since the former is deprecated

* sort imports
2024-04-10 17:46:07 -07:00
fml09
c6b454e736
Remove unnecessary space in Vultr regex pattern (#2689)
* Fix incorrect regular expression with missing closing bracket

* Remove unnecessary space in Vultr regex pattern
2024-04-10 17:12:55 -07:00
Shreyas Sriram
08b6f90c81
Add Wiz detector (#2691)
* Implement wiz detector

* Fix tests

* Update false positive logic
2024-04-10 08:19:36 -07:00
renovate[bot]
58799302c0
fix(deps): update module github.com/aws/aws-sdk-go to v1.51.18 (#2690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-09 17:19:38 -07:00
renovate[bot]
5cf08c23de
fix(deps): update golang.org/x/exp digest to 93d18d7 (#2688)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-09 09:08:53 -07:00
Jacinto27
ccd1910112
Update README.md with Windows-specific Docker installation instructions (#2674)
* Update README.md with Windows-specific Docker installation instructions:
-Windows Command Prompt
-Windows PowerShell

Also:
    -Organized all the installation commands into separate sections for easy readability
    -Grouped the Docker intallation commands together

* Update README.md

Re-edited the files because they made the readme very cluttered.

* Update README.md

* Edited the powershell command

Realized the windows powershell command was too verbose, found a better command that is also compatible with Unix systems

* Update README.md

Just noticed I missed the -IT flag, removed it while debugging but didn't put it back, all as back to normal.
2024-04-08 17:45:54 -07:00
renovate[bot]
72e01061ff
fix(deps): update module github.com/aws/aws-sdk-go to v1.51.17 (#2686)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-08 15:22:56 -07:00
renovate[bot]
75a6ea9183
fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.7 (#2684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-08 14:44:26 -07:00
renovate[bot]
f7ad0268f6
fix(deps): update testcontainers-go monorepo to v0.30.0 (#2685)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-08 09:55:14 -07:00
renovate[bot]
18e7d44efc
fix(deps): update module github.com/xanzy/go-gitlab to v0.102.0 (#2682)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-08 09:43:24 -07:00
Cody Rose
b745cfd495
Enrich Gitlab enumeration logging (#2678)
This PR modifies the GitLab source:

* emits a new "groups enumerated" metric
* logs more information about group enumeration
* emits the repo enumeration metric inside getAllProjectRepos, which means it will work when units are flipped on
* emits the repo enumeration metric more granularly
2024-04-08 10:47:05 -04:00
renovate[bot]
62b89dd293
fix(deps): update module github.com/aws/aws-sdk-go to v1.51.16 (#2680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-07 17:02:23 -07:00
renovate[bot]
8f6c9f074b
fix(deps): update golang.org/x/exp digest to c0f41cb (#2672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-07 17:01:51 -07:00
renovate[bot]
e14411a0ea
fix(deps): update module github.com/wasilibs/go-re2 to v1.5.2 (#2681)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-06 13:29:29 -07:00
renovate[bot]
c8f6eb6691
fix(deps): update module github.com/thezeroslave/zapsentry to v1.23.0 (#2667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-06 11:27:03 -07:00
renovate[bot]
21bd95b076
fix(deps): update module golang.org/x/net to v0.24.0 (#2662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-06 11:25:55 -07:00
Cody Rose
14b1a6e236
Handle inactive Slack account tokens (#2668)
This PR updates the Slack detector to accommodate a previously unhandled error type. It also fixes the exiting Slack tests.
2024-04-05 10:26:20 -04:00
ahrav
3cb7aedf4a
[bug] - Add ASCII validation check for base64 decoding (#2671)
* Correclt handle invalid base64 with ascii check

* remove parallel
2024-04-04 16:59:13 -07:00
renovate[bot]
4153315464
fix(deps): update module golang.org/x/oauth2 to v0.19.0 (#2670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-04 16:57:11 -07:00
redismongo
f1957fec59
chore: fix some typos (#2666) 2024-04-04 05:50:47 -07:00
ahrav
a8132839f8
[chore] - update go-github dep manually (#2664)
* update go-github dep

* remove commented out line
2024-04-03 19:19:14 -07:00
renovate[bot]
5af3ab6743
fix(deps): update module github.com/google/go-github/v57 to v61 (#2652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 17:17:49 -07:00
renovate[bot]
9d0fe9f8f5
fix(deps): update module github.com/launchdarkly/go-server-sdk/v7 to v7.3.0 (#2660)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 17:12:27 -07:00
renovate[bot]
a31b91cb16
fix(deps): update module github.com/aws/aws-sdk-go to v1.51.14 (#2659)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 15:21:41 -07:00
ahrav
0fe39db56f
upgrade launchdarkly dep (#2650) 2024-04-03 07:24:20 -07:00
Richard Gomez
d0d59c2e77
chore: remove duplicate jiratoken.v2 detector (#2657) 2024-04-02 18:12:06 -07:00
renovate[bot]
ea842ecf19
fix(deps): update module github.com/aws/aws-sdk-go to v1.51.13 (#2655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-02 16:55:02 -07:00
renovate[bot]
becce51335
fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.1 (#2654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-02 09:20:58 -07:00
RoseSecurity
6d444f078d
Add GitLab CI Pipeline Example in Documentation (#2601) 2024-04-02 09:10:51 -07:00
renovate[bot]
16d7665dc5
fix(deps): update module github.com/aws/aws-sdk-go to v1.51.12 (#2651)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-02 09:08:34 -07:00
kenzht
0d3023fe74
add GCP application default credentials detector (#2530)
* add GCP application default credentials detector

* add a comment

* update Keywords to better match the key

---------

Co-authored-by: Ahrav Dutta <ahrav.dutta@trufflesec.com>
2024-04-01 11:27:40 -07:00
renovate[bot]
1c727b66c0
fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#2649)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-31 11:01:16 -07:00
renovate[bot]
2baacefe84
fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.0 (#2648)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-30 07:24:14 -07:00
renovate[bot]
6dd2c34d86
fix(deps): update module github.com/aws/aws-sdk-go to v1.51.11 (#2646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-30 07:10:41 -07:00
Shreyas Sriram
31ad1eed30
Add JupiterOne detector (#2446)
* Add JupiterOne bootstrap

* Implement verification logic

* Cleanup

* Fix verificationError

* Undo unnecessary changes

---------

Co-authored-by: Ahrav Dutta <ahrav.dutta@trufflesec.com>
2024-03-29 19:14:04 -07:00
renovate[bot]
e76dfb98ab
fix(deps): update module cloud.google.com/go/storage to v1.40.0 (#2645)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-29 10:51:41 -07:00
renovate[bot]
a71e56d22d
fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v6.2.0 (#2638)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-29 09:01:36 -07:00
Richard Gomez
3b58a15a84
Fix GitHub enumeration & rate-limiting logic (#2625)
This is a follow-up to #2379.

It fixes the following issues:

GitHub API calls missing rate-limit handling
The fix for Refactor GitHub source #2379 (comment) inadvertently resulting in duplicate API calls
2024-03-29 10:29:46 -04:00
Richard Gomez
f16fdcac3e
build: fix 'toolchair not available' error (#2642) 2024-03-28 19:31:24 -07:00
renovate[bot]
862cb37610
fix(deps): update module github.com/aws/aws-sdk-go to v1.51.10 (#2636)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-28 15:46:15 -07:00
Zachary Rice
20dd450e0b
make postman source public (#2635) 2024-03-27 15:25:55 -05:00
renovate[bot]
49bbf96983
fix(deps): update module google.golang.org/api to v0.172.0 (#2634)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-27 11:56:48 -07:00
dylanTruffle
7fccb52b16
Fixing nitro check (#2631)
* Fixing nitro check

* remove dupe detector and disable Alconst

---------

Co-authored-by: Dylan Ayrey <dylan@Dylans-MacBook-Pro.local>
Co-authored-by: Ahrav Dutta <ahrav.dutta@trufflesec.com>
Co-authored-by: ahrav <ahravdutta02@gmail.com>
2024-03-27 11:39:58 -07:00
Cody Rose
1c4b53ec5a
Link to GitHub contribution guide in CONTRIBUTING (#2632) 2024-03-27 11:23:39 -05:00
Dustin Decker
612ff1a0f1
Use Lstat to identify non-regular files in filesystem source (#2628)
* Use Lstat to identify non-regular files in filesystem source

* fix test
2024-03-26 15:22:42 -07:00
renovate[bot]
cb5825059a
fix(deps): update module github.com/aws/aws-sdk-go to v1.51.8 (#2630)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-26 15:09:57 -07:00
ahrav
369d79080e
[bugfix] - Update the Anthropic detector (#2629)
* Update the Anthropic detector

* update comment
2024-03-26 15:01:32 -07:00
renovate[bot]
1d91ac9f90
fix(deps): update module github.com/charmbracelet/glamour to v0.7.0 (#2627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-26 14:52:28 -07:00