Registry / utility / lufeee-execinquery

lufeee-execinquery

JSON →
library1.2.1gogounverified

Package execinquery is a Go linter that warns about dangerous SQL queries using exec instead of query.

go get github.com/lufeee/execinquery
INSTALL
IMPORT
SIG · LUFEEE-EXECINQUERY
L
lufeee-execinquery
utilitygov1.2.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.

execinquery
github.com/lufeee/execinquery

Prints the name of the execinquery linter analyzer.

package main import ( "fmt" "github.com/lufeee/execinquery" ) func main() { fmt.Println(execinquery.Analyzer.Name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
lufeee-execinquery — go get lufeee-execinquery · libregistry