mirror of
https://github.com/securego/gosec.git
synced 2025-03-25 21:29:20 +02:00
* G101 now checks LHS of ValueAssignments for patternValue. * Added matching string literals in equality check. * Added patternValue matching for ValueSpec. * Ran gci to fix linter error. * Added tests and updated regex to be more inclusive. * Addressed short-circuit eval for isHighEntropy and non-standard ok variable. * Resolved unhandled error and added more tests. * Flattened code to make it more readable. * Added better comments. * Added new regex for Google API Key, GitHub PAT, and GoogleOAuth. * Gofmt'ed the test cases.