Thanks to visit codestin.com
Credit goes to github.com

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.9
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.10
Choose a head ref
  • 14 commits
  • 11 files changed
  • 6 contributors

Commits on Sep 22, 2025

  1. Update gosec to version v.22.9 in the github action

    Change-Id: Ib3a1fa4255b4fdff577cc97492bf4696553a4a43
    Signed-off-by: Cosmin Cojocar <[email protected]>
    ccojocar committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    f9c52aa View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    0d8255e View commit details
    Browse the repository at this point in the history
  2. fix: log panic on SSA

    sruehl authored and ccojocar committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    8d7e9d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23597d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

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

Commits on Oct 2, 2025

  1. Remove manual test deps

    It is not required anymore to install the test dependencies seprately.
    They are now managed by the go module file.
    
    Change-Id: I67bb8ca4619e36477a62b24692b795e16c89397b
    Signed-off-by: Cosmin Cojocar <[email protected]>
    ccojocar committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    2238079 View commit details
    Browse the repository at this point in the history
  2. Keep the go module at 1.24 version for compatibility reasons

    Change-Id: I4a572ee651896232fe4b5d51b9ee9b4896ee0f50
    Signed-off-by: Cosmin Cojocar <[email protected]>
    ccojocar committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    761fcbc View commit details
    Browse the repository at this point in the history
  3. Use the ginkgo command install by the dependencies

    Change-Id: Ia8a28cd79a61fc8a95ac9a7700ad1a436874da6f
    Signed-off-by: Cosmin Cojocar <[email protected]>
    ccojocar committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    f5a3b7a View commit details
    Browse the repository at this point in the history
  4. Remove unused target from the makefile

    Change-Id: Ic663c249a5529114d386e59f522386f132e13879
    Signed-off-by: Cosmin Cojocar <[email protected]>
    ccojocar committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    34db3de View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. check nil slices, partially check bounds (#1396)

    * check nil slices, partially check bounds
    
    * add tests, cleanup, add fixed array
    
    * cleanup
    
    * lint
    
    * looks like go bug, add second check
    
    * ohh
    
    * check instruction position
    
    ---------
    
    Co-authored-by: Kondratev Pavel <[email protected]>
    kondratev and Kondratev Pavel authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    01029f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. chore(deps): update all dependencies (#1399)

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

Commits on Oct 8, 2025

  1. Update go to version 1.25.2 and 2.24.8 in CI (#1401)

    Signed-off-by: Cosmin Cojocar <[email protected]>
    ccojocar authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    f676031 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. chore(deps): update all dependencies (#1402)

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

Commits on Oct 14, 2025

  1. Update go to version 1.25.3 and 1.24.9 in CI (#1404)

    Signed-off-by: Cosmin Cojocar <[email protected]>
    ccojocar authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    6be2b51 View commit details
    Browse the repository at this point in the history
Loading