Skip to content

1.2.0

Compare
Choose a tag to compare
@ccojocar ccojocar released this 11 Nov 09:22
· 721 commits to master since this release

Changelog

2695567 Build the code sample for string builder only fron Go 1.10 onwards
ae82798 Fix the WriteSring test by handling the error
adb4222 whitelist strings.Builder method in rule G104
9b966a4 add test case for strings.Builder G104 whitelist inclusion
4180994 Make G201 ignore CallExpr with no args (#262)
443f84f Fix golint link (#263)
3116b07 Fix typos in comments and rulelist (#256)
e0a150b Merge pull request #254 from kishaningithub/253
97bc137 Add CI Installation steps and correct markdown lint errors
8c09a83 Add install.sh script
d032909 Merge pull request #251 from NeverOddOrEven/fix-html-template
027dc2b This fixes the html template when using '-fmt=html' - resolves HTML escaping issues within the template - resolves reference issues to reportInfo struct i.e. issues -> Issues, metrics -> Stats
f9b4187 Merge pull request #249 from andrewhsu/go
1ecd47e bump Dockerfile golang from 1.10 to 1.11
2cc6838 Merge pull request #248 from ccojocar/code-samples-multiple-files
64d58c2 Refactor the test code sample to support multiple files per sample
d3f1980 Fix false positives for SQL string concatenation with constants from another file (#247)
5f98926 Refactor Dockerfile (#245)
7f6509a Update README.md (#246)
762ff3a Allow quoted strings to be used to format SQL queries (#240)
ec32ce6 Support Go 1.11 (#239)
145f1a0 Removed wrapping feature (#238)
419c929 G107 - SSRF (#236)
63b25c1 Fix typo in README (#235)
7fd9446 update to G304 which adds binary expressions and file joining (#233)