Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyzePackages ¶
AnalyzePackages performs production-ready analysis of Go packages in a directory. This function uses go/packages to properly load and analyze all Go files with their dependencies.
Types ¶
type Config ¶
type Config struct {
EnableSSA bool // Enables SSA-based analyzers
EnableTaint bool // Enables taint analysis
EnableAST bool // Enables AST-based rules
EnableBuiltins bool // Enables built-in rule handlers
}
Config defines the configuration for analysis execution.
Click to show internal directories.
Click to hide internal directories.