-
-
Notifications
You must be signed in to change notification settings - Fork 643
Comparing changes
Open a pull request
base repository: securego/gosec
base: v2.9.1
head repository: securego/gosec
compare: v2.9.2
- 9 commits
- 17 files changed
- 7 contributors
Commits on Oct 19, 2021
-
use a better naming for the variable (#715)
Signed-off-by: Ryan Leung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79c8b79 - Browse repository at this point
Copy the full SHA 79c8b79View commit details
Commits on Nov 1, 2021
-
chore(deps): update all dependencies (#716)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0680c75 - Browse repository at this point
Copy the full SHA 0680c75View commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f1f0056 - Browse repository at this point
Copy the full SHA f1f0056View commit details -
chore(deps): update all dependencies (#722)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 873ac24 - Browse repository at this point
Copy the full SHA 873ac24View commit details -
G303: catch with os.WriteFile, add os.Create test case (#718)
* Add G303 os.Create test case * Catch G303 with os.WriteFile too
Configuration menu - View commit details
-
Copy full SHA for 40fa36d - Browse repository at this point
Copy the full SHA 40fa36dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c6cea - Browse repository at this point
Copy the full SHA 55c6ceaView commit details
Commits on Nov 10, 2021
-
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 :)
Configuration menu - View commit details
-
Copy full SHA for 3eba7b8 - Browse repository at this point
Copy the full SHA 3eba7b8View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ff17c30 - Browse repository at this point
Copy the full SHA ff17c30View commit details
Commits on Nov 16, 2021
-
Fix a panic in suproc rule when the declaration of the variable is no…
…t available in the AST (#728)
Configuration menu - View commit details
-
Copy full SHA for e57efa8 - Browse repository at this point
Copy the full SHA e57efa8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.9.1...v2.9.2