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: securego/gosec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.22.4
Choose a base ref
...
head repository: securego/gosec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.22.5
Choose a head ref
  • 9 commits
  • 8 files changed
  • 3 contributors

Commits on May 12, 2025

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

Commits on May 20, 2025

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

Commits on May 26, 2025

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

Commits on Jun 2, 2025

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

Commits on Jun 3, 2025

  1. G201/G202: add checks for injection into sql.Conn methods

    We check sql.DB and sql.Tx, but sql.Conn appears to have been missed. It
    carries the same issues as DB/Tx in terms of injection.
    imirkin authored and ccojocar committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    017d1d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

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

Commits on Jun 16, 2025

  1. Update go version 1.24.4 and 1.23.10 in CI

    Change-Id: I3d7d82da3385d231873a8901132a8a025beb01fc
    Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
    ccojocar committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    1bef91a View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    Change-Id: Ifccf358fa941a51f6b9e817311dc4a49ee9afb6f
    Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
    ccojocar committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    1e7ed06 View commit details
    Browse the repository at this point in the history
  3. Switch back go.mod to minimum 1.23.0

    Change-Id: Ic3f843d866a21a6595e1dc9c97416f2a22172299
    Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
    ccojocar committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    d2d3ae6 View commit details
    Browse the repository at this point in the history
Loading