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

Skip to content

Tags: kaoki-folio/gosec

Tags

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