Registry / utility / stripe-safesql

stripe-safesql

JSON →
library0.2.0gogounverified

A static analysis tool to ensure that SQL injection attacks are not possible in Go programs.

go get github.com/stripe/safesql
INSTALL
IMPORT
SIG · STRIPE-SAFESQL
S
stripe-safesql
utilitygov0.2.0
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.

safesql
github.com/stripe/safesql

Invokes the safesql static analysis tool (typically used as a CLI).

package main import ( "fmt" "github.com/stripe/safesql" ) func main() { // safesql is a command-line tool, not a library fmt.Println("Run: safesql ./...") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
stripe-safesql — go get stripe-safesql · libregistry