Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trufflesecurity/trufflehog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.88.14
Choose a base ref
...
head repository: trufflesecurity/trufflehog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 60 files changed
  • 9 contributors

Commits on Feb 27, 2025

  1. Copy the full SHA
    cc0e79a View commit details
  2. Copy the full SHA
    9bb10b5 View commit details
  3. Updated custom detector setup docs (#3913)

    * Updated custom detector setup docs
    
    * updated server examples for new yaml
    
    * resolved comments
    
    * updated examples
    kashifkhan0771 authored Feb 27, 2025
    Copy the full SHA
    8a53837 View commit details

Commits on Feb 28, 2025

  1. chore(deps): update dependency go to v1.24.0 (#3944)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 28, 2025
    Copy the full SHA
    8765cc6 View commit details

Commits on Mar 3, 2025

  1. [Feat] Planetscale Analyzer (#3928)

    * implemented planetscale anlayzer
    
    * linked detector with analyzer for planetscale.
    override input form for TUI.
    refactor some variable name for clarrification.
    
    * clean up scopes for planetscale.
    
    * add database and other scopes
    
    * add remaining scopes and refactoring
    
    * updated the analyzer type value in expected output of notion test.
    
    * updated the expected output for analyzers
    updated the go-pretty library in planetscale.
    added extra information from results to be ignore like AnalysisInfo, ExtraData etc.
    
    * updated expected output of test.
    abmussani authored Mar 3, 2025
    Copy the full SHA
    590ba66 View commit details
  2. Feature: Airtable Analyzer for Personal Access Tokens (#3941)

    * added airtable personal access token analyzer
    
    * updated airtable oauth and pat analyzers
    
    * updated airtable entry in analyzer mapping
    
    * updated airtablepat error checking, table shape
    
    * added more error checks in analyzer code
    
    * updated airtable pat analyzer; incorporated feedback; fixed formating issues; improved code readability
    
    * updated analyzer type int of planetscale expected output json
    
    * fixed spelling in comment
    
    * updated expected output analyzer type numbers
    nabeelalam authored Mar 3, 2025
    Copy the full SHA
    59c6f2d View commit details

Commits on Mar 4, 2025

  1. Copy the full SHA
    9a483c9 View commit details

Commits on Mar 5, 2025

  1. Copy the full SHA
    71367bb View commit details
  2. chore(deps): update golang docker tag to v1.24 (#3950)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 5, 2025
    Copy the full SHA
    ca270a7 View commit details

Commits on Mar 6, 2025

  1. Copy the full SHA
    00ba5a6 View commit details
  2. Postman enumeration rate limiting (#3957)

    * Added rate limit of 1 request per second
    
    * Set burst limit to 0
    
    * Started test. Not working
    
    * Burst needs to be at least 1 to handle wait
    
    * Made tests work
    
    * Made the rate limiter specific to workspace enumeration and added TODO to make rate limits for other Postman API calls in loops
    casey-tran authored Mar 6, 2025
    Copy the full SHA
    3259c4b View commit details

Commits on Mar 7, 2025

  1. Groq Analyzer (#3962)

    * added groq analyzer
    
    * print resource if present
    kashifkhan0771 authored Mar 7, 2025
    Copy the full SHA
    95a2a2a View commit details
  2. Implement rate limiters for every Postman client function that uses a…

    … GET request (#3964)
    
    * Made a second rate limiter for the general rate limit and moved limiters to the functions that make the GET request
    
    * Updated tests
    casey-tran authored Mar 7, 2025
    Copy the full SHA
    6af7fab View commit details
  3. fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.7 (#…

    …3960)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 7, 2025
    Copy the full SHA
    8710c45 View commit details
  4. handle relative paths (#3967)

    Co-authored-by: mcastorina <m.castorina93@gmail.com>
    hxnyk and mcastorina authored Mar 7, 2025
    Copy the full SHA
    5cb2d2f View commit details
  5. no panic (#3966)

    ahrav authored Mar 7, 2025
    Copy the full SHA
    21fbe08 View commit details

Commits on Mar 10, 2025

  1. LaunchDarkly Token Analyzer (#3948)

    * initial commit
    
    * added more apis
    
    * added test cases
    
    * removed imposter print statement
    
    * updated some code
    
    * removed id from printResources
    
    * added nabeel suggestion and set analysis info
    
    * resolved ahrav comments
    
    * resolved ahrav comments
    
    * implemented ahrav's suggestion 🔥
    
    * resolved linter error
    kashifkhan0771 authored Mar 10, 2025
    Copy the full SHA
    c1f2e91 View commit details
  2. Copy the full SHA
    544cf23 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v3.88.14...main