Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyzePackages ¶
AnalyzePackages performs file-by-file analysis of all Go files in a directory, regardless of package structure.
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.