Versions in this module Expand all Collapse all v0 v0.3.0 Aug 3, 2026 v0.2.0-rc.6 Jul 27, 2026 v0.2.0-rc.5 Jul 23, 2026 v0.2.0-rc.4 Jul 20, 2026 v0.2.0-rc.3 Jul 16, 2026 v0.2.0-rc.2 Jul 15, 2026 v0.2.0-rc.1 Jul 14, 2026 v0.1.1 Jul 5, 2026 v0.1.0 Jul 5, 2026 Changes in this version + type Finding struct + Check string + Domain string + Message string + RuleID string + Severity Severity + type Options struct + ExpiryCriticalDays int + ExpiryWarningDays int + MinRSABits int + func DefaultOptions() Options + type ReviewResult struct + Critical int + Findings []Finding + Info int + OK bool + ReviewedAt int64 + Total int + Warnings int + type Reviewer struct + func NewReviewer(store *certstore.Store, rules func() []engine.Rule, opts Options) *Reviewer + func (r *Reviewer) Review() ReviewResult + type Severity string + const SeverityCritical + const SeverityInfo + const SeverityWarning