Versions in this module Expand all Collapse all v0 v0.0.10 Apr 10, 2026 v0.0.9 Mar 17, 2026 Changes in this version + const DirectionClientToServer + const DirectionServerToClient + const RiskLevelCritical + const RiskLevelHigh + const RiskLevelLow + const RiskLevelMedium + const RiskLevelNone + type DangerousPattern struct + Description string + Level RiskLevel + Pattern *regexp.Regexp + type Direction = proxy.Direction + type MySQLParser struct + func NewMySQLParser() *MySQLParser + func (p *MySQLParser) DetectRisk(event *audit.OperationEvent) RiskLevel + func (p *MySQLParser) GetBufferSize() int + func (p *MySQLParser) Parse(ctx context.Context, data []byte, direction Direction, sessionID string) (*ParseResult, error) + func (p *MySQLParser) Reset() + func (p *MySQLParser) ShouldBlock(event *audit.OperationEvent) bool + type ParseResult = proxy.ParseResult + type RiskLevel = proxy.RiskLevel