You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove non-existent CLI/Docker refs, align CI tooling (#8)
- Deleted deploy/docker/docker-compose.yml (referenced a non-existent Dockerfile + binary) for this library.
- docs + api/openapi.yaml: corrected to the real embeddable MCP/library surface instead of a non-existent CLI binary.
- CI: pinned gofumpt v0.10.0; aligned golangci-lint version between CI and local tooling.
- Fixed sgconfig.yaml reference to a non-existent tests dir; corrected stale internal/output/sarif.go path in CHANGELOG/PR template.
Verified: go build/vet/test pass; gofumpt clean; golangci-lint 0 issues.
**30+ built-in rules** run without LLM overhead — hardcoded secret patterns, SQL injection sinks, unsafe deserialization, etc. Fused with LLM results.
123
127
124
-
**Taint analysis** (`sight taint --path .`) uses SSA-based cross-function tracking to detect source→sink data flows. Sources, sinks, and sanitizers are configurable.
128
+
**Taint analysis** (exposed via the `sight_taint` MCP tool and the taint-analysis API) uses SSA-based cross-function tracking to detect source→sink data flows. Sources, sinks, and sanitizers are configurable.
0 commit comments