From 91533c214c8cb16afeefb1e11324a438824a1b5d Mon Sep 17 00:00:00 2001 From: Knacky Date: Sun, 21 Jun 2026 21:06:10 +0200 Subject: [PATCH] docs(spec): align c2_config.verify_tls default with sprint 10 (false) --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 7331b08..8ff1022 100644 --- a/SPEC.md +++ b/SPEC.md @@ -82,7 +82,7 @@ Couche d'intégration C2 permettant d'exécuter les commandes d'une simulation | `engagement_id` | int FK `engagements.id` ON DELETE CASCADE, **UNIQUE** | | | `url` | text | endpoint Mythic, ex. `https://lab.internal:7443` | | `api_token_encrypted` | text | Fernet ciphertext, jamais en clair | -| `verify_tls` | bool, défaut `true` | `false` autorisé pour labs auto-signés | +| `verify_tls` | bool, défaut `false` | Désactivé par défaut — Mimic cible des labs Mythic avec certs auto-signés. Cocher pour forcer la vérification TLS en prod. | | `created_at`, `updated_at` | datetime | | `c2_task` (lien simulation ↔ tâche Mythic) :