Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: marcosinger/gosec

Tags

v2.2.0

Toggle v2.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix typos

Signed-off-by: Cosmin Cojocar <[email protected]>

v2.1.0

Toggle v2.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add more tests to improve the coverage of resolve

Signed-off-by: Cosmin Cojocar <[email protected]>

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix formatting in README, remove prerequisite and reworked the Makefi…

…le tests goals (securego#313)

* Fix formating in README

Signed-off-by: Cosmin Cojocar <[email protected]>

* Split the various test goals in the Makefile

Signed-off-by: Cosmin Cojocar <[email protected]>

* Remove the prerequisites from README since they are automatically installed

Signed-off-by: Cosmin Cojocar <[email protected]>

* Remove unnecessary install steps from Travis CI build

Signed-off-by: Cosmin Cojocar <[email protected]>

* Make sure golint is installed before running the lint command

Signed-off-by: Cosmin Cojocar <[email protected]>

* Make sure ginkgo command is installed before running the tests

Signed-off-by: Cosmin Cojocar <[email protected]>

1.3.0

Toggle 1.3.0's commit message
Report for Golang errors (securego#284)

* Report for Golang errors

Right now if you use Gosec to scan invalid go file and if you report the result in a text, JSON, CSV or another file format you will always receive 0 issues.
The reason for that is that Gosec can't parse the AST of invalid go files and thus will not report anything.

The real problem here is that the user will never know about the issue if he generates the output in a file.

Signed-off-by: Martin Vrachev <[email protected]>

1.2.0

Toggle 1.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Build the code sample for string builder only fron Go 1.10 onwards

1.1.0

Toggle 1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update README

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request securego#219 from ccojocar/goreleaser

Use the goreleaser tool to perform releases