Basis: Certvia dev@a48c5fb als Fundament für Craftvia
CI / build-and-check (push) Canceled after 0s
CI / audit (push) Canceled after 0s
CI / sbom (push) Canceled after 0s

Unveränderter Stand von certvia/dev (a48c5fb) plus Craftvia-Spezifikation
und Brandbook unter docs/craftvia/. ISMS-Module werden im Folgecommit entfernt.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-14 11:05:39 +02:00
co-authored by Claude Opus 5
commit c8e6f30a27
720 changed files with 140143 additions and 0 deletions
@@ -0,0 +1,9 @@
-- WP2.2 (Rendering Variante B): führenden Artikel aus den betroffenen Variablen-Werten
-- entfernen, damit "im {{VAR}}" nicht mehr zu "im das …" rendert. Nur nicht angepasste
-- Werte (= alter Default) werden migriert; kundenindividuelle Werte bleiben unberührt.
UPDATE "policy_variables" SET "value" = 'Ticketsystem'
WHERE "key" = 'TOOL_TICKET' AND "value" = 'das Ticketsystem';
UPDATE "policy_variables" SET "value" = 'ISMS-Tool'
WHERE "key" = 'TOOL_NAME' AND "value" = 'das ISMS-Tool';
UPDATE "policy_variables" SET "value" = 'Entra ID / Active Directory'
WHERE "key" = 'TOOL_IAM' AND "value" = 'das zentrale Verzeichnis (Entra ID / Active Directory)';