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.84.0
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.84.1
Choose a head ref
  • 14 commits
  • 33 files changed
  • 6 contributors

Commits on Nov 21, 2024

  1. build: remove azure sdk (#3642)

    rgmz authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b215853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f23665 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c19a46c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2550c4c View commit details
    Browse the repository at this point in the history
  5. fix test (#3641)

    Co-authored-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com>
    ahrav and kashifkhan0771 authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    eca130f View commit details
    Browse the repository at this point in the history
  6. fix(deps): update module google.golang.org/api to v0.208.0 (#3647)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    dc789fc View commit details
    Browse the repository at this point in the history
  7. added godaddy detector (#3615)

    * added godaddy detector
    
    * added pattern test cases
    
    * added integration test cases
    
    * resolved comments
    
    * added ote as keyword
    
    * added non secret pattern for negative test case
    kashifkhan0771 authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    75e43bd View commit details
    Browse the repository at this point in the history
  8. updated buildkite detectors (#3611)

    * updated buildkite detectors
    
    * resolved comments
    
    * added scoped in extradata
    kashifkhan0771 authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e494eaf View commit details
    Browse the repository at this point in the history
  9. Recover general chunker panics (#3625)

    We have recently seen panics when underlying readers panic (which can happen due to third-party library bugs). I'm not sure why the panics are new - it could be a case of bad luck, but there have also been recent changes to error handling. This is the smallest change that seems to fix a real problem but I'm not sure if it's the best global solution.
    rosecodym authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    098072b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab36b37 View commit details
    Browse the repository at this point in the history
  11. fix(deps): update module google.golang.org/api to v0.209.0 (#3655)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    726a1b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    3c69bbc View commit details
    Browse the repository at this point in the history
  2. [refactor] - Rename S3 ProgressTracker (#3652)

    * rename
    
    * update
    
    * fix typo
    ahrav authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9a6cad9 View commit details
    Browse the repository at this point in the history
  3. [feat] - Support S3 Source Resumption (#3570)

    * add config option for s3 resumption
    
    * updates
    
    * initial progress tracking logic
    
    * more testing
    
    * revert s3 source file
    
    * UpdateScanProgress tests
    
    * adjust
    
    * updates
    
    * invert
    
    * updates
    
    * updates
    
    * fix
    
    * update
    
    * adjust test
    
    * fix
    
    * remove progress tracking
    
    * cleanup
    
    * cleanup
    
    * remove dupe
    
    * remove context cancellation logic
    
    * fix comment format
    
    * make resumption logic more clear
    
    * rename
    
    * fixes
    
    * update
    
    * add edge case test
    
    * remove dupe mu
    
    * add comment
    
    * fix comment
    ahrav authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e495661 View commit details
    Browse the repository at this point in the history
Loading