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: gitleaks/gitleaks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.24.0
Choose a base ref
...
head repository: gitleaks/gitleaks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.24.2
Choose a head ref
  • 19 commits
  • 25 files changed
  • 10 contributors

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    59fdd90 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Make AddFindings public (#1767)

    - Rename d.addFindings -> d.AddFindings
    - Add d.Findings()
    
    To allow other tools using d.Detect() to leverage the code in
    AddFindings
    bplaxco authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    f6a7439 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade x/crypto to 0.31.0 to get rid of CVE-2024-45337 (#1768)

    Co-authored-by: Christophe Goessen <christophe@gssn.net>
    cgoessen and Christophe Goessen authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    96b92c3 View commit details
    Browse the repository at this point in the history
  3. build: upgrade rs/zerolog, spf13/cobra, and spf13/viper (#1769)

    This eliminates golang.org/x/text@v0.3.0 from the dependency chain, which is associated with a critical CVE that can cause Gitleaks to be flagged in regulated environments.
    rgmz authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    3fdc9c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. tech influencer larp

    zricethezav committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    2f6b9f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b449582 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Configuration menu
    Copy the full SHA
    a3be722 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. smdh

    zricethezav authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    de105fc View commit details
    Browse the repository at this point in the history
  2. report templates

    zricethezav committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    e9b93c6 View commit details
    Browse the repository at this point in the history
  3. leet and myspace

    zricethezav committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    1c81ae0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    ade376a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Prevent Yocto/BitBake false positives with generic-api-key rule (#1783)

    * fix: make config template work when providing non-iota values for MatchCondition
    
    https://pkg.go.dev/text/template#hdr-Actions
    
    > {{with pipeline}} T1 {{end}}
    >	If the value of the pipeline is empty, no output is generated;
    >	otherwise, dot is set to the value of the pipeline and T1 is
    >	executed.
    
    Within the `with` block `.MatchCondition` is implicit and must be omitted to
    work. The fault/bug was not triggered before because this is the first
    non-default MatchCondition apparently.
    
    * feat: exclude false positive matches for Yocto/Bitbake from generic-api-key rule
    
    Fixes #1775
    Okeanos authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    991a940 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Fix decoded line allowlist (#1788)

    * fix
    
    * B patch
    
    * buh bye
    zricethezav authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    c08cb1d View commit details
    Browse the repository at this point in the history
  2. ignore

    zricethezav committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    f74ced7 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Readme badge revisions (#1744)

    * - Added badges:
        * Go docs
        * Go report card
        * License
    - Replaced HTML code for badges with Markdown
    
    * Amend CI badge
    jessp01 authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    4344b00 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Update README.md

    zricethezav authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    b4df423 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Configuration menu
    Copy the full SHA
    6cc0e38 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. mhm (#1801)

    zricethezav authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    5361c7c View commit details
    Browse the repository at this point in the history
  2. me dumbass

    zricethezav committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    d5c275d View commit details
    Browse the repository at this point in the history
Loading