From b7f1c20f432f963ba9269d32658709e5e9d6a91d Mon Sep 17 00:00:00 2001 From: Marc Lasserre Date: Fri, 17 Jul 2026 02:40:05 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20initialisation=20du=20r=C3=A9f=C3=A9re?= =?UTF-8?q?ntiel=20documentaire=20ISO=20et=20gouvernance=20RYM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iso27001/POLITIQUE_SECURITE.md | 1 + iso9001/PROCESSUS_RELEASE.md | 1 + techniques/CONSEILS_DEPLOIEMENT.md | 1 + 3 files changed, 3 insertions(+) create mode 100644 iso27001/POLITIQUE_SECURITE.md create mode 100644 iso9001/PROCESSUS_RELEASE.md create mode 100644 techniques/CONSEILS_DEPLOIEMENT.md diff --git a/iso27001/POLITIQUE_SECURITE.md b/iso27001/POLITIQUE_SECURITE.md new file mode 100644 index 0000000..1ecce43 --- /dev/null +++ b/iso27001/POLITIQUE_SECURITE.md @@ -0,0 +1 @@ +Objectif : Documenter ce qu'on a fait ce soir (fermeture de Nextcloud, isolation de Netdata sur 127.0.0.1, chiffrement HTTPS obligatoire). C'est ta preuve d'audit pour la réduction de la surface d'attaque. diff --git a/iso9001/PROCESSUS_RELEASE.md b/iso9001/PROCESSUS_RELEASE.md new file mode 100644 index 0000000..834828d --- /dev/null +++ b/iso9001/PROCESSUS_RELEASE.md @@ -0,0 +1 @@ +Objectif : Documenter la gestion de ton code (l'utilisation de ta branche dev/m7s, la signature GPG de tes commits, et comment tu valides qu'une version est "bonne pour la production"). diff --git a/techniques/CONSEILS_DEPLOIEMENT.md b/techniques/CONSEILS_DEPLOIEMENT.md new file mode 100644 index 0000000..ddbe3f1 --- /dev/null +++ b/techniques/CONSEILS_DEPLOIEMENT.md @@ -0,0 +1 @@ +Objectif : Le guide pour installer le poste de dev (openSUSE, VSCodium) et comment lancer le serveur local (python3 -m http.server 8080).