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.81.5
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.81.6
Choose a head ref
  • 6 commits
  • 31 files changed
  • 4 contributors

Commits on Aug 5, 2024

  1. Auth GitHub in Init (#3131)

    The GitHub source currently applies its authentication configuration as the first step of enumeration. This is incompatible with both targeted scans and scan job reports, and also means that authentication logic has to be duplicated into the validation flow. This PR moves it into Init so that it's available to targeted scans and, eventually, unit-specific scans. This also allows us to remove the copy of the old logic that was in Validate.
    
    As part of the work I've also cleaned up the integration test suite. (Several of them were apparently disabled back when they ran on every push, but now that we're not doing that, we can re-enable them.)
    rosecodym authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f26b502 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module github.com/envoyproxy/protoc-gen-validate to…

    … v1.1.0 (#3176)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b8cbb4d View commit details
    Browse the repository at this point in the history
  3. Analyze TUI (#3172)

    * Setup TUI entrypoint
    
    * Setup key type selector and form pages
    
    * Add basic confirmation component
    
    * Add basic list selector for analyzer type
    
    * Add form page
    
    * Remove quit confirmation
    
    * Add styles
    
    * Add input text redaction
    
    * Add log file input to form
    
    * Fix some bugs and race conditions
    
    * Remove unused code
    
    * Fix filtering bug
    mcastorina authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    59fccbc View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. [analyze] Separate SID from token in twilio analyzer (#3177)

    * [analyze] Separate SID from token in twilio analyzer
    
    * Fix test
    
    * Set sid in detector
    mcastorina authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1df83f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a373f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29de521 View commit details
    Browse the repository at this point in the history
Loading