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: 81cda2f91fbe
Choose a base ref
...
head repository: securego/gosec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ab3f6c1c83a0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 21, 2024

  1. Add more test to cover more use cases for G115 rule

    Change-Id: Icb60fe14ae12439c1ee0e507a407a23ce4c64c85
    Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
    ccojocar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8467f01 View commit details
    Browse the repository at this point in the history
  2. Update the golangci linters

    Change-Id: I8938d57e9751913f65b4825a44c252b31888f9e8
    Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
    ccojocar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a1b2ab8 View commit details
    Browse the repository at this point in the history
  3. Disable staticcheck SA1019 rule

    Change-Id: Ia9db0083f5ffb34d911b5ca491ef0ce23be979f8
    Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
    ccojocar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a39ec5a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Fix false positive in conversion overflow check from uint8/int8 type

    Change-Id: I543545e22fa12de0d85dcf92664a0a54e8f7244a
    Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
    ccojocar committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ab3f6c1 View commit details
    Browse the repository at this point in the history
Loading