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.9.1
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.9.2
Choose a head ref
  • 9 commits
  • 17 files changed
  • 7 contributors

Commits on Oct 19, 2021

  1. use a better naming for the variable (#715)

    Signed-off-by: Ryan Leung <[email protected]>
    rleungx authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    79c8b79 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

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

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    0680c75 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Spelling fixes (#717)

    scop authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f1f0056 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#722)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    873ac24 View commit details
    Browse the repository at this point in the history
  3. G303: catch with os.WriteFile, add os.Create test case (#718)

    * Add G303 os.Create test case
    
    * Catch G303 with os.WriteFile too
    scop authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    40fa36d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55c6cea View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. add openssh to docker image (#719)

    I'm trying to scan a project which has dependencies which are private projects. When Go tries to fetch the dependencies it normally uses HTTPS, but that doesn't work if they're private (terminal prompts disabled, can't enter username/password). So you do this little trick with git configuration to get Go to fetch dependencies over ssh: `GIT_CONFIG_PARAMETERS=url.ssh://[email protected]/.insteadOf=https://github.com/`
    unfortunately the docker image doesn't have ssh installed so this doesn't work :)
    jaffee authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3eba7b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

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

Commits on Nov 16, 2021

  1. Fix a panic in suproc rule when the declaration of the variable is no…

    …t available in the AST (#728)
    ccojocar authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    e57efa8 View commit details
    Browse the repository at this point in the history
Loading