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.11.0
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.12.0
Choose a head ref
  • 15 commits
  • 23 files changed
  • 10 contributors

Commits on Mar 28, 2022

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

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Mar 28, 2022
    Copy the full SHA
    82eaa12 View commit details
  2. Copy the full SHA
    afc9903 View commit details
  3. Copy the full SHA
    2ef1d9a View commit details

Commits on Apr 5, 2022

  1. Copy the full SHA
    0791d31 View commit details
  2. Copy the full SHA
    89dfdc0 View commit details

Commits on Apr 11, 2022

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

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Apr 11, 2022
    Copy the full SHA
    b69c3d4 View commit details
  2. Copy the full SHA
    a64cde5 View commit details

Commits on Apr 30, 2022

  1. Copy the full SHA
    34d144b View commit details

Commits on May 2, 2022

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

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored May 2, 2022
    Copy the full SHA
    0dcc336 View commit details

Commits on May 9, 2022

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

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored May 9, 2022
    Copy the full SHA
    12be148 View commit details

Commits on May 29, 2022

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

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored May 29, 2022
    Copy the full SHA
    0a929c7 View commit details
  2. Copy the full SHA
    c3ede62 View commit details

Commits on May 31, 2022

  1. Remove additional --update for apk in Dockerfile (#818)

    There is no need to use --update with --no-cache when using apk on
    Alpine Linux, as using --no-cache will fetch the index every time and
    leave no local cache, so the index will always be the latest without
    temporary files remain in the image.
    PeterDaveHello authored May 31, 2022
    Copy the full SHA
    fb587c1 View commit details

Commits on Jun 2, 2022

  1. Add check for usage of Rat.SetString in math/big with an overflow err…

    …or (#819)
    
    * Add check for usage of Rat.SetString in math/big with an overflow error
    
    Rat.SetString in math/big in Go before 1.16.14 and 1.17.x before 1.17.7
    has an overflow that can lead to Uncontrolled Memory Consumption.
    
    It is the CVE-2022-23772.
    
    * Use ContainsPkgCallExpr instead of manual parsing
    hackallcode authored Jun 2, 2022
    Copy the full SHA
    9c19cb6 View commit details

Commits on Jun 13, 2022

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

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Jun 13, 2022
    Copy the full SHA
    a9b0ef0 View commit details
Loading