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.89.1
Choose a base ref
...
head repository: trufflesecurity/trufflehog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.89.2
Choose a head ref
  • 11 commits
  • 23 files changed
  • 7 contributors

Commits on Jun 10, 2025

  1. Analyzer/datadog (#4132)

    * task: Datadog analyzer init commit with limited resources and permissions
    No cases covered
    
    * task: added more permissions
    
    * task: added more permissions | refactoring
    
    * task: added domain handling
    
    * refactor: incorporated PR feedback
    
    * task: Analyzer Result implementation for enterprise
    
    * task: added tests | Analysis Info configuration changes | permissions.yaml
    
    * revert: reverted datadog detector base URL
    
    * refactor: streamline Datadog API key analysis and permission handling
    
    - Simplified API key retrieval logic by removing redundant checks for "key".
    - Enhanced permission binding extraction by introducing a new function for permissions.
    - Cleaned up resource binding logic for better clarity and maintainability.
    - Removed unnecessary ID fields from scopes.json to reduce clutter.
    amanfcp authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    bb506f6 View commit details
    Browse the repository at this point in the history
  2. (fix) validation to ensure only one of --org or --repo is provided fo…

    …r Github source (#4141)
    
    * validation to ensure only one of --org or --repo is provided fro github source
    
    * position swap of variables.
    updated the message.
    abmussani authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    f649faa View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. addition of percent encoding for raw brackets CSM-1195 (#4221)

    * straightforward addition of percent encoding for raw brackets
    
    * added test case for bracket encoding
    jordanTunstill authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    190f454 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. fix(deps): update aws-sdk-go-v2 monorepo (#4213)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    7f2317a View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 t…

    …o v2.14.0 (#4025)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Abdul Basit <[email protected]>
    Co-authored-by: Amaan Ullah <[email protected]>
    3 people authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    071b93e View commit details
    Browse the repository at this point in the history
  3. fix(deps): update github.com/avast/apkparser digest to 166ba17 (#4119)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    d0aa9f2 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update module github.com/go-logr/logr to v1.4.3 (#4228)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    4aaaa85 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. fix(deps): update module github.com/googleapis/gax-go/v2 to v2.14.2 (#…

    …4231)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    a9de95b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Log recursion limiting (#4236)

    * No need to take the address of a map; they're already pointer types
    
    * Log whenever we hit the recursion limit
    camgunz authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    ead4289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00b3060 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6641d4b View commit details
    Browse the repository at this point in the history
Loading