Registry / utility / securego-gosec-v2

securego-gosec-v2

JSON →
library2.27.1gogounverified

Package gosec holds the central scanning logic used by the gosec security scanner for Go code.

go get github.com/securego/gosec/v2
INSTALL
IMPORT
SIG · SECUREGO-GOSEC-V2
S
securego-gosec-v2
utilitygov2.27.1
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/v2

Create a new gosec analyzer instance.

package main import ( "fmt" "github.com/securego/gosec/v2" ) func main() { analyzer := gosec.NewAnalyzer(nil, nil, nil) fmt.Println(analyzer) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.27.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
securego-gosec-v2 — go get securego-gosec-v2 · libregistry