-
-
Notifications
You must be signed in to change notification settings - Fork 636
Comparing changes
Open a pull request
base repository: securego/gosec
base: v2.19.0
head repository: securego/gosec
compare: v2.20.0
Commits on Feb 12, 2024
-
Update gosec version to v2.19.0 in the Github action
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
Configuration menu - View commit details
-
Copy full SHA for d13d7da - Browse repository at this point
Copy the full SHA d13d7daView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c824a5d - Browse repository at this point
Copy the full SHA c824a5dView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 198a40c - Browse repository at this point
Copy the full SHA 198a40cView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 582e91a - Browse repository at this point
Copy the full SHA 582e91aView commit details -
Ignore 'implicit memory aliasing' rule for Go 1.22+
Signed-off-by: Janusz Marcinkiewicz <januszm@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for f25ccd9 - Browse repository at this point
Copy the full SHA f25ccd9View commit details
Commits on Mar 7, 2024
-
Update go version to 1.22.1 and 1.21.8
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
Configuration menu - View commit details
-
Copy full SHA for 903c75b - Browse repository at this point
Copy the full SHA 903c75bView commit details -
Skip the G601 tests for Go version 1.22
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
Configuration menu - View commit details
-
Copy full SHA for 36878a9 - Browse repository at this point
Copy the full SHA 36878a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for be378e6 - Browse repository at this point
Copy the full SHA be378e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11c3252 - Browse repository at this point
Copy the full SHA 11c3252View commit details
Commits on Mar 8, 2024
-
Refactor: use standard function to check if a file is generated
As of Go1.21, we can use https://pkg.go.dev/go/ast#IsGenerated to check if a file is generated. Probably we want to use this instead of own implementation.
Configuration menu - View commit details
-
Copy full SHA for 3a0ea51 - Browse repository at this point
Copy the full SHA 3a0ea51View commit details -
Fix test: update test to comply with the spec of generated sources
https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source says: > This line must appear before the first non-comment, non-blank text in the file. Original test cases fail with the previous commit because test source does not comply with this spec. So, probably we should update test case to comply with the spec. (This is a breaking change, though)
Configuration menu - View commit details
-
Copy full SHA for ccb0a08 - Browse repository at this point
Copy the full SHA ccb0a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6df69c - Browse repository at this point
Copy the full SHA b6df69cView commit details -
Format the imports using the gci tool
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
Configuration menu - View commit details
-
Copy full SHA for 48aa72e - Browse repository at this point
Copy the full SHA 48aa72eView commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for accd7a1 - Browse repository at this point
Copy the full SHA accd7a1View commit details -
Signed-off-by: avoidalone <wuguangdong@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 43b8b75 - Browse repository at this point
Copy the full SHA 43b8b75View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5513615 - Browse repository at this point
Copy the full SHA 5513615View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e27f442 - Browse repository at this point
Copy the full SHA e27f442View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for daf6f67 - Browse repository at this point
Copy the full SHA daf6f67View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31009c3 - Browse repository at this point
Copy the full SHA 31009c3View commit details -
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
Configuration menu - View commit details
-
Copy full SHA for 3b23ec8 - Browse repository at this point
Copy the full SHA 3b23ec8View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09d62bd - Browse repository at this point
Copy the full SHA 09d62bdView commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf29d54 - Browse repository at this point
Copy the full SHA cf29d54View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3b2359 - Browse repository at this point
Copy the full SHA d3b2359View commit details
Commits on May 12, 2024
-
Update Go to version 2.22.3 in CI and release
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
Configuration menu - View commit details
-
Copy full SHA for 8658b8e - Browse repository at this point
Copy the full SHA 8658b8eView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d34f8b7 - Browse repository at this point
Copy the full SHA d34f8b7View commit details -
Add filepath.EvalSymlinks to clean functions in rule G304
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
Configuration menu - View commit details
-
Copy full SHA for 417a44c - Browse repository at this point
Copy the full SHA 417a44cView commit details
Commits on May 14, 2024
-
Add a unit test to detect the false negative in rule G306 for os.Mode…
…Perm permissions Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
Configuration menu - View commit details
-
Copy full SHA for dc5e5a9 - Browse repository at this point
Copy the full SHA dc5e5a9View commit details -
Catch os.ModePerm permissions in os.WriteFile
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
Configuration menu - View commit details
-
Copy full SHA for 6fbd381 - Browse repository at this point
Copy the full SHA 6fbd381View commit details
There are no files selected for viewing