Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessibilityCheck ¶
type AccessibilityCheck struct{}
AccessibilityCheck performs basic WCAG 2.2 automated checks.
func (*AccessibilityCheck) Name ¶
func (c *AccessibilityCheck) Name() string
type CookieSecurityCheck ¶
type CookieSecurityCheck struct{}
CookieSecurityCheck audits Set-Cookie headers for security flags.
func (*CookieSecurityCheck) Name ¶
func (c *CookieSecurityCheck) Name() string
type MetaTagsCheck ¶
type MetaTagsCheck struct{}
MetaTagsCheck validates HTML meta tags for SEO and accessibility.
func (*MetaTagsCheck) Name ¶
func (c *MetaTagsCheck) Name() string
type MixedContentCheck ¶
type MixedContentCheck struct{}
MixedContentCheck detects http:// resources loaded on https:// pages.
func (*MixedContentCheck) Name ¶
func (c *MixedContentCheck) Name() string
type Response ¶
type Response struct {
URL string
StatusCode int
Headers http.Header
Body []byte
TLSState *tls.ConnectionState
CertExpiry time.Time
}
Response represents a crawled HTTP response with all data needed for checks.
type SecurityHeadersCheck ¶
type SecurityHeadersCheck struct{}
SecurityHeadersCheck audits HTTP response headers for security best practices. Replaces: securityheaders.com
func (*SecurityHeadersCheck) Name ¶
func (c *SecurityHeadersCheck) Name() string
Click to show internal directories.
Click to hide internal directories.