Registry / utility / securego-gosec

securego-gosec

JSON →
librarygogounverified

A security scanner for Go source code that inspects code for common vulnerabilities and insecure patterns.

go get github.com/securego/gosec
INSTALL
IMPORT
SIG · SECUREGO-GOSEC
S
securego-gosec
utilitygo
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gosec
github.com/securego/gosec

Run gosec security analysis on the current package

package main import ( "fmt" "github.com/securego/gosec" ) func main() { results, _ := gosec.Run("./...", nil) fmt.Printf("Found %d issues\n", len(results)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
securego-gosec — go get securego-gosec · libregistry