Skip to content

1.1.0

Compare
Choose a tag to compare
@ccojocar ccojocar released this 21 Aug 09:25
· 791 commits to master since this release

Changelog

e4ba96a Update README
ec0f8ec Set the GOROOT and GOPATH env variables in Dockerfile
247828c Update docker base image to 1.10.3-alpine3.8
b689199 Add Fprintf to Rule G201
a7cff91 Small update to G201 and added ConcatString Function (#228)
1c438e3 Tweak makefile to match up with docker repo (#231)
9577fd0 Update README
e543f46 Use the Linux build for Docker image
dbd0f8f Use the make build goal when creeating the docker image
f06a84e Merge pull request #227 from ccojocar/sha1
8dfa8dc Update README
fb0dc73 Add sha1 to weak crypto primitives
90a1c1d Merge pull request #225 from jvmatl/jvmatl-patch-1
0d2e16d Document #nosec use with a list of rules
639987a Merge pull request #223 from ccojocar/fail_by_severity
de10a74 Fix the help message
4702cc5 Add a flag to specify the severity for which the scanning will be failed
c0db486 Merge pull request #222 from ccojocar/vendor_folder_flag
6919d97 Add a flag to turn on scanning on vendor folder
f5b44b0 Merge pull request #221 from Quasilyte/quasilyte/dupSubExpr
7d767b4 Merge pull request #220 from Quasilyte/quasilyte/sloppyLen
3c8707c fix duplicated index issue in Less method
2f61fad replace len(x)<=0 with len(x)==0