diff --git a/license/license.go b/license/license.go index bffb278..651bd92 100644 --- a/license/license.go +++ b/license/license.go @@ -35,6 +35,11 @@ const ( // findings themselves. The gate is at collection, not display: an ungated // instance stores no inventory, and storage is the expensive half. FeatureVulnScanning = "vuln_scanning" + // FeatureStatusPages gates public status pages at both ends: authoring + // them, and serving them. Serving answers 200 with available:false rather + // than 403, because the page has to render an explanation to a member of + // the public who cannot do anything about it. + FeatureStatusPages = "status_pages" ) // Support levels. Carried for display and enforced by nothing — there is no code