Documentation
¶
Index ¶
- func RegisterAPISecurityRule(ctx *analyzer.AnalyzerContext)
- func RegisterAccessControlRule(ctx *analyzer.AnalyzerContext)
- func RegisterAuthBypassRule(ctx *analyzer.AnalyzerContext)
- func RegisterCSRFRule(ctx *analyzer.AnalyzerContext)
- func RegisterCommandExecRule(ctx *analyzer.AnalyzerContext)
- func RegisterCryptoWeakRule(ctx *analyzer.AnalyzerContext)
- func RegisterDataIntegrityRule(ctx *analyzer.AnalyzerContext)
- func RegisterGraphQLSecurityRule(ctx *analyzer.AnalyzerContext)
- func RegisterInsecureDesignRule(ctx *analyzer.AnalyzerContext)
- func RegisterJWTSecurityRule(ctx *analyzer.AnalyzerContext)
- func RegisterLoggingMonitoringRule(ctx *analyzer.AnalyzerContext)
- func RegisterPathTraversalRule(ctx *analyzer.AnalyzerContext)
- func RegisterSQLInjectionRule(ctx *analyzer.AnalyzerContext)
- func RegisterSSRFRule(ctx *analyzer.AnalyzerContext)
- func RegisterSecurityMisconfigRule(ctx *analyzer.AnalyzerContext)
- func RegisterSessionManagementRule(ctx *analyzer.AnalyzerContext)
- func RegisterWebSocketSecurityRule(ctx *analyzer.AnalyzerContext)
- func RegisterXSSRule(ctx *analyzer.AnalyzerContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAPISecurityRule ¶ added in v1.5.0
func RegisterAPISecurityRule(ctx *analyzer.AnalyzerContext)
RegisterAPISecurityRule registers the API Security Issues detection rule.
func RegisterAccessControlRule ¶ added in v0.2.1
func RegisterAccessControlRule(ctx *analyzer.AnalyzerContext)
RegisterAccessControlRule registers the access control violation detection rule.
func RegisterAuthBypassRule ¶ added in v1.5.0
func RegisterAuthBypassRule(ctx *analyzer.AnalyzerContext)
RegisterAuthBypassRule registers the Authentication Bypass detection rule.
func RegisterCSRFRule ¶ added in v1.4.2
func RegisterCSRFRule(ctx *analyzer.AnalyzerContext)
RegisterCSRFRule registers the CSRF detection rule.
func RegisterCommandExecRule ¶
func RegisterCommandExecRule(ctx *analyzer.AnalyzerContext)
RegisterCommandExecRule registers the command injection detection rule.
func RegisterCryptoWeakRule ¶ added in v1.4.2
func RegisterCryptoWeakRule(ctx *analyzer.AnalyzerContext)
RegisterCryptoWeakRule registers the weak cryptographic algorithms detection rule.
func RegisterDataIntegrityRule ¶ added in v0.2.1
func RegisterDataIntegrityRule(ctx *analyzer.AnalyzerContext)
RegisterDataIntegrityRule registers the data integrity failure detection rule.
func RegisterGraphQLSecurityRule ¶ added in v1.5.0
func RegisterGraphQLSecurityRule(ctx *analyzer.AnalyzerContext)
RegisterGraphQLSecurityRule registers the GraphQL Security Issues detection rule.
func RegisterInsecureDesignRule ¶ added in v0.2.1
func RegisterInsecureDesignRule(ctx *analyzer.AnalyzerContext)
RegisterInsecureDesignRule registers the insecure design detection rule.
func RegisterJWTSecurityRule ¶ added in v1.5.0
func RegisterJWTSecurityRule(ctx *analyzer.AnalyzerContext)
RegisterJWTSecurityRule registers the JWT Token Security Issues detection rule.
func RegisterLoggingMonitoringRule ¶ added in v0.2.1
func RegisterLoggingMonitoringRule(ctx *analyzer.AnalyzerContext)
RegisterLoggingMonitoringRule registers the security logging and monitoring failure detection rule.
func RegisterPathTraversalRule ¶ added in v1.4.2
func RegisterPathTraversalRule(ctx *analyzer.AnalyzerContext)
RegisterPathTraversalRule registers the Path Traversal detection rule.
func RegisterSQLInjectionRule ¶ added in v1.5.0
func RegisterSQLInjectionRule(ctx *analyzer.AnalyzerContext)
RegisterSQLInjectionRule registers the SQL injection detection rule.
func RegisterSSRFRule ¶ added in v0.2.1
func RegisterSSRFRule(ctx *analyzer.AnalyzerContext)
RegisterSSRFRule registers the SSRF detection rule.
func RegisterSecurityMisconfigRule ¶ added in v1.4.2
func RegisterSecurityMisconfigRule(ctx *analyzer.AnalyzerContext)
RegisterSecurityMisconfigRule registers the Security Misconfiguration detection rule.
func RegisterSessionManagementRule ¶ added in v1.5.0
func RegisterSessionManagementRule(ctx *analyzer.AnalyzerContext)
RegisterSessionManagementRule registers the Session Management Issues detection rule.
func RegisterWebSocketSecurityRule ¶ added in v1.5.0
func RegisterWebSocketSecurityRule(ctx *analyzer.AnalyzerContext)
RegisterWebSocketSecurityRule registers the WebSocket Security Issues detection rule.
func RegisterXSSRule ¶ added in v1.4.0
func RegisterXSSRule(ctx *analyzer.AnalyzerContext)
RegisterXSSRule registers the XSS detection rule.
Types ¶
This section is empty.