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.2
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.3
Choose a head ref
  • 8 commits
  • 17 files changed
  • 6 contributors

Commits on Mar 10, 2025

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    e5fee17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ec633 View commit details
    Browse the repository at this point in the history
  3. Update the integrity sha for babel dependency in html report (#1316)

    Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
    ccojocar authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    9452efe View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    6141d10 View commit details
    Browse the repository at this point in the history
  2. Add SSOJet (#1320)

    GovindMalviya authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    39e4477 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

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

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

Commits on Apr 3, 2025

  1. remove G113. It only affects old/unsupported versions of Go (#1328)

    * don't warn on G113 (big.Rat SetString) if on an unaffected version of Go
    
    Newer versions of go (>=1.16.14, >=1.17.7, 1.18+) are not affected by this. Don't warn at all on those newer versions. See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23772
    
    * alert on all known versions
    
    Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
    
    * remove G113 CVE-2022-23772 which only affects old/unsupport Go versions
    
    * Retire rule
    
    * gofmt
    
    ---------
    
    Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
    niij and ccoVeille authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    1336dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    955a68d View commit details
    Browse the repository at this point in the history
Loading