feat: status page schema, licence feature and indexes

This commit is contained in:
2026-08-24 14:00:00 +00:00
parent 383b763a66
commit 1c15961309
6 changed files with 190 additions and 0 deletions
+5
View File
@@ -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