@aegis-scan/skills 0.4.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ATTRIBUTION.md +204 -0
- package/CHANGELOG.md +48 -3
- package/package.json +1 -1
- package/sbom.cdx.json +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/.claude-plugin/plugin.json +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/CHANGELOG.md +1080 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/HANDOVER-LO-LIVE-VERIFICATION-2026-05-15.md +187 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/LICENSE +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/README.md +242 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/SKILL.md +427 -14
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/audit.md +193 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/avv-redline.md +246 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/az-verify.md +155 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/cold-start.md +157 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/dsar-respond.md +180 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/health.md +50 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/simulate.md +158 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/post_write.py +315 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/prompt_submit.py +144 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/session_start.py +57 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/triggers.json +191 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/INDEX.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/abmahn-templates.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/aegis-integration.md +63 -9
- package/skills/compliance/aegis-native/brutaler-anwalt/references/audit-patterns.md +1581 -10
- package/skills/compliance/aegis-native/brutaler-anwalt/references/az-auffuellung-batch1.md +468 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/bgh-urteile.md +323 -31
- package/skills/compliance/aegis-native/brutaler-anwalt/references/branchenrecht.md +610 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/checklisten.md +107 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-aufsichtsbehoerden-taetigkeitsberichte-2024.md +310 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-bussgeld-argumentations-layer.md +598 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-dsk-beschluesse.md +346 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AGG/audit-relevance.md +76 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AGG/paragraphs.md +115 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AMG/audit-relevance.md +58 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AMG/paragraphs.md +95 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ArbZG/audit-relevance.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ArbZG/paragraphs.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/BetrVG/audit-relevance.md +73 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/BetrVG/paragraphs.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DDG/audit-relevance.md +72 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DDG/paragraphs.md +103 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DiGAV/audit-relevance.md +65 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DiGAV/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ElektroG/audit-relevance.md +66 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ElektroG/paragraphs.md +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/FernUSG/audit-relevance.md +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/FernUSG/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GeschGehG/audit-relevance.md +89 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GeschGehG/paragraphs.md +107 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GwG/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GwG/paragraphs.md +119 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HWG/audit-relevance.md +70 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HWG/paragraphs.md +125 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HinSchG/audit-relevance.md +70 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HinSchG/paragraphs.md +116 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/INDEX.md +152 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/KWG/audit-relevance.md +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/KWG/paragraphs.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/LFGB/audit-relevance.md +63 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/LFGB/paragraphs.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/MPDG/audit-relevance.md +61 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/MPDG/paragraphs.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/NachwG/audit-relevance.md +54 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/NachwG/paragraphs.md +82 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/PAngV/audit-relevance.md +76 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/PAngV/paragraphs.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/RDG/audit-relevance.md +84 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/RDG/paragraphs.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/TDDDG/audit-relevance.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/TDDDG/paragraphs.md +91 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/UrhG-UrhDaG/audit-relevance.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/UrhG-UrhDaG/paragraphs.md +166 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VDuG/audit-relevance.md +71 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VDuG/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VERIFICATION-NOTES.md +111 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VVG/audit-relevance.md +65 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VVG/paragraphs.md +101 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VerpackG/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VerpackG/paragraphs.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/WpHG/audit-relevance.md +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/WpHG/paragraphs.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ZAG/audit-relevance.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ZAG/paragraphs.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/dsgvo.md +81 -8
- package/skills/compliance/aegis-native/brutaler-anwalt/references/eu-edpb-guidelines.md +505 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/eu-eugh-dsgvo-schadensersatz.md +223 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BDSG/audit-relevance.md +31 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BDSG/paragraphs.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BFSG/audit-relevance.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BFSG/paragraphs.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BGB/audit-relevance.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BGB/paragraphs.md +112 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DDG/audit-relevance.md +28 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DDG/paragraphs.md +71 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DSGVO/articles.md +182 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DSGVO/audit-relevance.md +35 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/articles.md +111 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/audit-relevance.md +139 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/gpai-pflichten.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/hochrisiko-annex-iii.md +134 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/sanktionen-art-99.md +97 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/transparenz-art-50.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/uebergangsfristen.md +109 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CER-2022-2557/articles.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CRA-2024-2847/articles.md +87 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CSDDD-2024-1760/articles.md +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CSRD-2022-2464/articles.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DGA-2022-868/articles.md +53 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DMA-2022-1925/articles.md +55 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DORA-2022-2554/articles.md +164 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DORA-2022-2554/audit-relevance.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/articles.md +134 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/audit-relevance.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/notice-and-action.md +138 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/small-platform-pflichten.md +109 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/trusted-flaggers.md +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/vlop-vlose.md +130 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/Data-Act-2023-2854/articles.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/Data-Act-2023-2854/audit-relevance.md +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/MiCA-2023-1114/articles.md +124 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/MiCA-2023-1114/audit-relevance.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/NIS2-2022-2555/articles.md +101 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/ProdHaftRL-2024-2853/articles.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/eIDAS-2024-1183/articles.md +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/KWG.md +52 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/PSD2.md +67 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/ZAG.md +50 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/GlueStV/articles.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HGB-AO/audit-relevance.md +27 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HGB-AO/paragraphs.md +61 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HinSchG/articles.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/INDEX.md +93 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/JuSchG-JMStV/articles.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/KritisDachG/articles.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/LkSG/articles.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/DiGAV.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/IVDR-2017-746.md +51 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/MDR-2017-745.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/NIS2UmsuCG-BSIG/articles.md +53 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/StGB/relevante-paragraphen.md +157 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TDDDG/audit-relevance.md +33 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TDDDG/paragraphs.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TKG/articles.md +73 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/UWG/audit-relevance.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/UWG/paragraphs.md +185 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VERIFICATION-STATUS.md +266 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VSBG/audit-relevance.md +37 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VSBG/paragraphs.md +57 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/ePrivacy-RL-2002-58/articles.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/ePrivacy-RL-2002-58/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/it-recht.md +137 -9
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/INDEX.md +122 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/ai/anthropic-dpa.md +87 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/ai/mistral-eu.md +123 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/ai/openai-dpa.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/cookie-banner-pattern.md +202 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/dse-section-pattern.md +198 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/tracking-server-endpoint.md +193 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/auth0-tom.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/clerk-tom.md +84 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/nextauth-tom.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/supabase-auth-tom.md +104 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/auth-cookies-pattern.md +295 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/cookie-banner-pattern.md +318 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/gdpr-cleanup-celery.md +339 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/cookie-banner-pattern.md +237 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/gdpr-routes-pattern.md +256 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/helmet-csp-pattern.md +207 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/agb-versioning-pattern.md +305 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/cookie-banner-pattern.md +287 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/gdpr-models-pattern.md +290 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/tracking-config-pattern.md +263 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/auth-pattern.md +265 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/cookie-banner-pattern.md +255 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/gdpr-cleanup-cron.md +244 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/tracking-interceptor.md +239 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/api-route-bearer-auth.md +103 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/dynamic-rendering-headers.md +83 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/env-driven-tracking.md +135 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/proxy-csp-pattern.md +93 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/payment/stripe-pci-tom.md +121 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/cookie-banner-pattern.md +294 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/devise-dsgvo-pattern.md +262 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/gdpr-anonymization-pattern.md +283 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/react/consent-gate-pattern.md +99 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/react/cookie-banner-pattern.md +204 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/strapi/cms-pii-pattern.md +301 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/strapi/notice-and-action-plugin.md +371 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/cookie-banner-pattern.md +234 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/dse-section-pattern.md +231 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/sveltekit-server-hooks-pattern.md +217 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/google-analytics-consent.md +129 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/plausible-pattern.md +107 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/posthog-consent.md +79 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/cookie-banner-pattern.md +208 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/dse-i18n-pattern.md +204 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/nuxt-vs-vue-only-pattern.md +197 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/tracking-pinia-pattern.md +211 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/strafrecht-steuer.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/streitwerte.json +176 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/AffiliateDisclaimer.tsx.example +54 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/COMPLIANCE-AUDIT-TRAIL-template.md +95 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/DSE-Section-UGC.md.example +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/DSFA-template.md +156 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/LostFoundReportForm-consent.tsx.example +126 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/README.md +33 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/UmamiScript.tsx.example +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/VVT-template-file-upload.md +98 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/VVT-template.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/data-retention-cron.ts.example +52 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/data-retention-workflow.yml.example +47 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/proxy-strict-dynamic.ts.example +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/security.txt.example +26 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-EN-international.md +267 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-Audit-Klausel-Varianten.md +148 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-CH-revDSG.md +127 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-SCC-module2-controller-processor.md +180 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-SCC-module3-processor-subprocessor.md +144 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-Sub-Processor-List.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-TOMs.md +197 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-UK-IDTA.md +131 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-standard-DE.md +288 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/Joint-Controller-Vertrag-Art-26.md +265 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/scripts/health-check.sh +262 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/scripts/test-triggers.sh +145 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/settings.json +90 -0
- package/skills/defensive/aegis-native/rls-defense/SKILL.md +85 -0
- package/skills/defensive/permoon-fork/README.md +40 -0
- package/skills/defensive/permoon-fork/multi-model-consolidation/SKILL.md +47 -0
- package/skills/defensive/permoon-fork/multi-model-severity/SKILL.md +34 -0
- package/skills/defensive/permoon-fork/multi-model-system-prompt/SKILL.md +40 -0
- package/skills/foundation/aegis-native/aegis-handover-writer/SKILL.md +1 -1
- package/skills/foundation/aegis-native/aegis-module-builder/SKILL.md +5 -1
- package/skills/foundation/aegis-native/aegis-orchestrator/SKILL.md +87 -4
- package/skills/foundation/aegis-native/aegis-quality-gates/SKILL.md +69 -9
- package/skills/offensive/airecon-fork/ctf-crypto/SKILL.md +260 -0
- package/skills/offensive/airecon-fork/ctf-crypto-modern-ciphers/SKILL.md +688 -0
- package/skills/offensive/airecon-fork/ctf-forensics/SKILL.md +253 -0
- package/skills/offensive/airecon-fork/ctf-forensics-network/SKILL.md +480 -0
- package/skills/offensive/airecon-fork/ctf-heap-advanced/SKILL.md +336 -0
- package/skills/offensive/airecon-fork/ctf-pwn/SKILL.md +294 -0
- package/skills/offensive/airecon-fork/ctf-pwn-rop-and-shellcode/SKILL.md +392 -0
- package/skills/offensive/airecon-fork/ctf-reversing/SKILL.md +284 -0
- package/skills/offensive/airecon-fork/frameworks-django/SKILL.md +268 -0
- package/skills/offensive/airecon-fork/frameworks-dotnet/SKILL.md +280 -0
- package/skills/offensive/airecon-fork/frameworks-express/SKILL.md +266 -0
- package/skills/offensive/airecon-fork/frameworks-fastapi/SKILL.md +193 -0
- package/skills/offensive/airecon-fork/frameworks-flask/SKILL.md +297 -0
- package/skills/offensive/airecon-fork/frameworks-laravel/SKILL.md +260 -0
- package/skills/offensive/airecon-fork/frameworks-nextjs/SKILL.md +230 -0
- package/skills/offensive/airecon-fork/frameworks-php/SKILL.md +271 -0
- package/skills/offensive/airecon-fork/frameworks-rails/SKILL.md +269 -0
- package/skills/offensive/airecon-fork/frameworks-spring/SKILL.md +245 -0
- package/skills/offensive/airecon-fork/frameworks-wordpress/SKILL.md +348 -0
- package/skills/offensive/airecon-fork/payloads-command-injection/SKILL.md +459 -0
- package/skills/offensive/airecon-fork/payloads-http-parameter-pollution/SKILL.md +129 -0
- package/skills/offensive/airecon-fork/payloads-ldap-injection/SKILL.md +100 -0
- package/skills/offensive/airecon-fork/payloads-lfi/SKILL.md +485 -0
- package/skills/offensive/airecon-fork/payloads-sqli/SKILL.md +419 -0
- package/skills/offensive/airecon-fork/payloads-ssrf/SKILL.md +125 -0
- package/skills/offensive/airecon-fork/payloads-ssti/SKILL.md +443 -0
- package/skills/offensive/airecon-fork/payloads-xss/SKILL.md +447 -0
- package/skills/offensive/airecon-fork/payloads-xxe/SKILL.md +172 -0
- package/skills/offensive/airecon-fork/postexploit-ad-credential-attacks/SKILL.md +306 -0
- package/skills/offensive/airecon-fork/postexploit-container-escape/SKILL.md +299 -0
- package/skills/offensive/airecon-fork/postexploit-credential-dumping/SKILL.md +249 -0
- package/skills/offensive/airecon-fork/postexploit-lateral-movement/SKILL.md +194 -0
- package/skills/offensive/airecon-fork/postexploit-linux-privesc/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/postexploit-netexec-workflow/SKILL.md +302 -0
- package/skills/offensive/airecon-fork/postexploit-pivoting/SKILL.md +205 -0
- package/skills/offensive/airecon-fork/postexploit-windows-privesc/SKILL.md +210 -0
- package/skills/offensive/airecon-fork/protocols-active-directory/SKILL.md +314 -0
- package/skills/offensive/airecon-fork/protocols-dns/SKILL.md +203 -0
- package/skills/offensive/airecon-fork/protocols-ftp/SKILL.md +159 -0
- package/skills/offensive/airecon-fork/protocols-graphql/SKILL.md +648 -0
- package/skills/offensive/airecon-fork/protocols-kerberos/SKILL.md +168 -0
- package/skills/offensive/airecon-fork/protocols-ldap/SKILL.md +245 -0
- package/skills/offensive/airecon-fork/protocols-rdp/SKILL.md +186 -0
- package/skills/offensive/airecon-fork/protocols-smb/SKILL.md +191 -0
- package/skills/offensive/airecon-fork/protocols-smtp-imap/SKILL.md +263 -0
- package/skills/offensive/airecon-fork/protocols-snmp/SKILL.md +147 -0
- package/skills/offensive/airecon-fork/protocols-ssh/SKILL.md +287 -0
- package/skills/offensive/airecon-fork/reconnaissance-asn-whois-osint/SKILL.md +236 -0
- package/skills/offensive/airecon-fork/reconnaissance-ctf-methodology/SKILL.md +435 -0
- package/skills/offensive/airecon-fork/reconnaissance-dorking/SKILL.md +182 -0
- package/skills/offensive/airecon-fork/reconnaissance-exposed-devtools-detection/SKILL.md +513 -0
- package/skills/offensive/airecon-fork/reconnaissance-full-recon/SKILL.md +305 -0
- package/skills/offensive/airecon-fork/reconnaissance-internal-pentest/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/reconnaissance-javascript-analysis/SKILL.md +167 -0
- package/skills/offensive/airecon-fork/reconnaissance-js-internal-hostname-intelligence/SKILL.md +391 -0
- package/skills/offensive/airecon-fork/reconnaissance-monitoring-secrets-exposure/SKILL.md +394 -0
- package/skills/offensive/airecon-fork/reconnaissance-shodan-censys/SKILL.md +279 -0
- package/skills/offensive/airecon-fork/reconnaissance-subdomain-enum/SKILL.md +952 -0
- package/skills/offensive/airecon-fork/technologies-cicd-attacks/SKILL.md +283 -0
- package/skills/offensive/airecon-fork/technologies-cloud-security/SKILL.md +299 -0
- package/skills/offensive/airecon-fork/technologies-docker-container/SKILL.md +266 -0
- package/skills/offensive/airecon-fork/technologies-elasticsearch/SKILL.md +226 -0
- package/skills/offensive/airecon-fork/technologies-firebase-firestore/SKILL.md +213 -0
- package/skills/offensive/airecon-fork/technologies-frida-hooking/SKILL.md +387 -0
- package/skills/offensive/airecon-fork/technologies-gitlab-github/SKILL.md +259 -0
- package/skills/offensive/airecon-fork/technologies-jenkins/SKILL.md +256 -0
- package/skills/offensive/airecon-fork/technologies-kubernetes-pentest/SKILL.md +281 -0
- package/skills/offensive/airecon-fork/technologies-memcached/SKILL.md +230 -0
- package/skills/offensive/airecon-fork/technologies-mobile-app-pentesting/SKILL.md +105 -0
- package/skills/offensive/airecon-fork/technologies-mongodb/SKILL.md +257 -0
- package/skills/offensive/airecon-fork/technologies-nginx-apache/SKILL.md +280 -0
- package/skills/offensive/airecon-fork/technologies-observability-stack-attacks/SKILL.md +501 -0
- package/skills/offensive/airecon-fork/technologies-redis/SKILL.md +236 -0
- package/skills/offensive/airecon-fork/technologies-supabase/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/technologies-tomcat/SKILL.md +232 -0
- package/skills/offensive/airecon-fork/tools-advanced-fuzzing/SKILL.md +351 -0
- package/skills/offensive/airecon-fork/tools-browser-automation/SKILL.md +300 -0
- package/skills/offensive/airecon-fork/tools-caido/SKILL.md +776 -0
- package/skills/offensive/airecon-fork/tools-code-review/SKILL.md +71 -0
- package/skills/offensive/airecon-fork/tools-dalfox/SKILL.md +189 -0
- package/skills/offensive/airecon-fork/tools-hashcat-john/SKILL.md +258 -0
- package/skills/offensive/airecon-fork/tools-impacket/SKILL.md +227 -0
- package/skills/offensive/airecon-fork/tools-install/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/tools-metasploit/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/tools-nmap/SKILL.md +211 -0
- package/skills/offensive/airecon-fork/tools-nuclei/SKILL.md +175 -0
- package/skills/offensive/airecon-fork/tools-reporting/SKILL.md +47 -0
- package/skills/offensive/airecon-fork/tools-scripting/SKILL.md +1939 -0
- package/skills/offensive/airecon-fork/tools-semgrep/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/tools-source-audit/SKILL.md +308 -0
- package/skills/offensive/airecon-fork/tools-sqlmap/SKILL.md +137 -0
- package/skills/offensive/airecon-fork/tools-tool-catalog/SKILL.md +320 -0
- package/skills/offensive/airecon-fork/tools-wapiti/SKILL.md +293 -0
- package/skills/offensive/airecon-fork/vulnerabilities-2fa-bypass/SKILL.md +219 -0
- package/skills/offensive/airecon-fork/vulnerabilities-account-takeover/SKILL.md +223 -0
- package/skills/offensive/airecon-fork/vulnerabilities-api-schema-exposure/SKILL.md +849 -0
- package/skills/offensive/airecon-fork/vulnerabilities-api-testing/SKILL.md +278 -0
- package/skills/offensive/airecon-fork/vulnerabilities-auth-workflow/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/vulnerabilities-authentication-jwt/SKILL.md +158 -0
- package/skills/offensive/airecon-fork/vulnerabilities-bfla/SKILL.md +156 -0
- package/skills/offensive/airecon-fork/vulnerabilities-blind-xss/SKILL.md +111 -0
- package/skills/offensive/airecon-fork/vulnerabilities-business-logic/SKILL.md +313 -0
- package/skills/offensive/airecon-fork/vulnerabilities-cors/SKILL.md +242 -0
- package/skills/offensive/airecon-fork/vulnerabilities-crlf-injection/SKILL.md +146 -0
- package/skills/offensive/airecon-fork/vulnerabilities-csrf/SKILL.md +200 -0
- package/skills/offensive/airecon-fork/vulnerabilities-csrf-advanced-bypass/SKILL.md +536 -0
- package/skills/offensive/airecon-fork/vulnerabilities-deserialization/SKILL.md +363 -0
- package/skills/offensive/airecon-fork/vulnerabilities-dom-based-vulnerabilities/SKILL.md +105 -0
- package/skills/offensive/airecon-fork/vulnerabilities-exploitation/SKILL.md +286 -0
- package/skills/offensive/airecon-fork/vulnerabilities-grpc/SKILL.md +123 -0
- package/skills/offensive/airecon-fork/vulnerabilities-host-header-injection/SKILL.md +169 -0
- package/skills/offensive/airecon-fork/vulnerabilities-http-smuggling/SKILL.md +411 -0
- package/skills/offensive/airecon-fork/vulnerabilities-idor/SKILL.md +705 -0
- package/skills/offensive/airecon-fork/vulnerabilities-information-disclosure/SKILL.md +867 -0
- package/skills/offensive/airecon-fork/vulnerabilities-insecure-file-uploads/SKILL.md +190 -0
- package/skills/offensive/airecon-fork/vulnerabilities-jwt-attacks/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/vulnerabilities-kubernetes/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/vulnerabilities-mass-assignment/SKILL.md +788 -0
- package/skills/offensive/airecon-fork/vulnerabilities-nosql-injection/SKILL.md +204 -0
- package/skills/offensive/airecon-fork/vulnerabilities-oauth-misconfig/SKILL.md +220 -0
- package/skills/offensive/airecon-fork/vulnerabilities-oauth-saml/SKILL.md +163 -0
- package/skills/offensive/airecon-fork/vulnerabilities-open-redirect/SKILL.md +167 -0
- package/skills/offensive/airecon-fork/vulnerabilities-password-reset-poisoning/SKILL.md +66 -0
- package/skills/offensive/airecon-fork/vulnerabilities-path-traversal/SKILL.md +192 -0
- package/skills/offensive/airecon-fork/vulnerabilities-privilege-escalation/SKILL.md +320 -0
- package/skills/offensive/airecon-fork/vulnerabilities-prototype-pollution/SKILL.md +242 -0
- package/skills/offensive/airecon-fork/vulnerabilities-race-conditions/SKILL.md +192 -0
- package/skills/offensive/airecon-fork/vulnerabilities-rce/SKILL.md +240 -0
- package/skills/offensive/airecon-fork/vulnerabilities-sensitive-file-pii-exposure/SKILL.md +589 -0
- package/skills/offensive/airecon-fork/vulnerabilities-spring4shell/SKILL.md +86 -0
- package/skills/offensive/airecon-fork/vulnerabilities-sql-injection/SKILL.md +313 -0
- package/skills/offensive/airecon-fork/vulnerabilities-ssrf/SKILL.md +183 -0
- package/skills/offensive/airecon-fork/vulnerabilities-ssti/SKILL.md +344 -0
- package/skills/offensive/airecon-fork/vulnerabilities-subdomain-takeover/SKILL.md +160 -0
- package/skills/offensive/airecon-fork/vulnerabilities-supply-chain/SKILL.md +125 -0
- package/skills/offensive/airecon-fork/vulnerabilities-unhandled-exception-differential/SKILL.md +742 -0
- package/skills/offensive/airecon-fork/vulnerabilities-waf-detection/SKILL.md +90 -0
- package/skills/offensive/airecon-fork/vulnerabilities-web-cache-poisoning/SKILL.md +233 -0
- package/skills/offensive/airecon-fork/vulnerabilities-websocket/SKILL.md +180 -0
- package/skills/offensive/airecon-fork/vulnerabilities-xss/SKILL.md +316 -0
- package/skills/offensive/airecon-fork/vulnerabilities-xxe/SKILL.md +222 -0
- package/skills/offensive/matty-fork/cicd-redteam/SKILL.md +531 -0
- package/skills/offensive/matty-fork/cloud-security/SKILL.md +106 -0
- package/skills/offensive/matty-fork/container-escape/SKILL.md +174 -0
- package/skills/offensive/matty-fork/mobile-pentester/SKILL.md +357 -0
- package/skills/offensive/matty-fork/subdomain-takeover/SKILL.md +154 -0
- package/skills/osint/elementalsouls-fork/offensive-osint/README.md +92 -0
- package/skills/osint/elementalsouls-fork/offensive-osint/SKILL.md +4177 -0
- package/skills/osint/elementalsouls-fork/osint-methodology/README.md +66 -0
- package/skills/osint/elementalsouls-fork/osint-methodology/SKILL.md +1695 -0
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
---
|
|
2
|
+
license: MIT (snippet)
|
|
3
|
+
provider: Django + django-csp (Open-Source)
|
|
4
|
+
last-checked: 2026-05-05
|
|
5
|
+
purpose: Django Auth-Cookies + django-csp + DSGVO-konforme Session-Konfiguration.
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Django — Auth-Cookies + CSP-Pattern
|
|
9
|
+
|
|
10
|
+
## Trigger / Detection
|
|
11
|
+
|
|
12
|
+
Repo enthaelt:
|
|
13
|
+
- `django.contrib.auth` aktiviert
|
|
14
|
+
- `django-csp` Package (`csp.middleware.CSPMiddleware` in MIDDLEWARE)
|
|
15
|
+
- `LOGIN_URL`, `LOGIN_REDIRECT_URL` in settings
|
|
16
|
+
- Optional: `django-allauth` / `dj-rest-auth` / `django-axes`
|
|
17
|
+
|
|
18
|
+
## Default-Verhalten (was passiert ohne Konfiguration)
|
|
19
|
+
|
|
20
|
+
- Default-Login schickt UserExists-Errors → User-Enumeration moeglich
|
|
21
|
+
- `SESSION_COOKIE_AGE = 1209600` (2 Wochen Default) → zu lang fuer DSGVO
|
|
22
|
+
- Failed-Login-Logging mit Klartext-Username
|
|
23
|
+
- CSP-Default ohne nonce → Inline-Scripts unsicher
|
|
24
|
+
- `LOGIN_RATE_LIMIT` nicht gesetzt → Brute-Force-Vektor
|
|
25
|
+
|
|
26
|
+
## Compliance-Risiken
|
|
27
|
+
|
|
28
|
+
| Risiko | Norm | Severity | Fix |
|
|
29
|
+
|---|---|---|---|
|
|
30
|
+
| Session-Lifetime zu lang | Art. 5 lit. e DSGVO | MITTEL | `SESSION_COOKIE_AGE = 3600` (1h) + Refresh |
|
|
31
|
+
| Failed-Login mit Klartext-Username in Logs | Art. 5 lit. f | HOCH | Custom-Logger mit User-Hash |
|
|
32
|
+
| User-Enumeration via Login-Form | Art. 32 DSGVO | HOCH | Generic-Error-Message |
|
|
33
|
+
| CSP `unsafe-inline` global | Art. 32 DSGVO | KRITISCH | Nonce-basierte CSP |
|
|
34
|
+
| Brute-Force ohne Lockout | Art. 32 DSGVO | KRITISCH | `django-axes` Middleware |
|
|
35
|
+
| Klartext-Password im Form-Log bei Validation-Fehler | Art. 5 lit. f | KRITISCH | Logging-Filter mit Pattern-Stripping |
|
|
36
|
+
|
|
37
|
+
## Code-Pattern (sanitized)
|
|
38
|
+
|
|
39
|
+
```python
|
|
40
|
+
# File: settings.py
|
|
41
|
+
import os
|
|
42
|
+
|
|
43
|
+
# Auth + Sessions
|
|
44
|
+
SESSION_COOKIE_AGE = 60 * 60 # 1 Stunde
|
|
45
|
+
SESSION_COOKIE_SECURE = not DEBUG
|
|
46
|
+
SESSION_COOKIE_HTTPONLY = True
|
|
47
|
+
SESSION_COOKIE_SAMESITE = 'Lax'
|
|
48
|
+
SESSION_EXPIRE_AT_BROWSER_CLOSE = False
|
|
49
|
+
SESSION_SAVE_EVERY_REQUEST = True # Sliding-Expiration
|
|
50
|
+
|
|
51
|
+
# CSRF
|
|
52
|
+
CSRF_COOKIE_SECURE = not DEBUG
|
|
53
|
+
CSRF_COOKIE_SAMESITE = 'Lax'
|
|
54
|
+
CSRF_COOKIE_HTTPONLY = False # JS muss CSRF-Header setzen
|
|
55
|
+
CSRF_USE_SESSIONS = False # Cookie-basiert, kein DB-Roundtrip
|
|
56
|
+
|
|
57
|
+
# Password
|
|
58
|
+
AUTH_PASSWORD_VALIDATORS = [
|
|
59
|
+
{'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator'},
|
|
60
|
+
{
|
|
61
|
+
'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator',
|
|
62
|
+
'OPTIONS': {'min_length': 12},
|
|
63
|
+
},
|
|
64
|
+
{'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator'},
|
|
65
|
+
{'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator'},
|
|
66
|
+
]
|
|
67
|
+
|
|
68
|
+
# Argon2 als Default-Hasher
|
|
69
|
+
PASSWORD_HASHERS = [
|
|
70
|
+
'django.contrib.auth.hashers.Argon2PasswordHasher',
|
|
71
|
+
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
|
|
72
|
+
'django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher',
|
|
73
|
+
'django.contrib.auth.hashers.BCryptSHA256PasswordHasher',
|
|
74
|
+
]
|
|
75
|
+
|
|
76
|
+
# Brute-Force-Schutz (django-axes)
|
|
77
|
+
AXES_FAILURE_LIMIT = 5
|
|
78
|
+
AXES_COOLOFF_TIME = 0.5 # 30 Minuten
|
|
79
|
+
AXES_LOCK_OUT_AT_FAILURE = True
|
|
80
|
+
AXES_RESET_ON_SUCCESS = True
|
|
81
|
+
AXES_LOCKOUT_PARAMETERS = ['ip_address', 'username']
|
|
82
|
+
|
|
83
|
+
# CSP
|
|
84
|
+
MIDDLEWARE = [
|
|
85
|
+
# ...
|
|
86
|
+
'csp.middleware.CSPMiddleware',
|
|
87
|
+
'axes.middleware.AxesMiddleware',
|
|
88
|
+
]
|
|
89
|
+
|
|
90
|
+
CSP_DEFAULT_SRC = ("'self'",)
|
|
91
|
+
CSP_SCRIPT_SRC = ("'self'", 'https://<placeholder-eu-analytics-host>')
|
|
92
|
+
CSP_CONNECT_SRC = ("'self'", 'https://<placeholder-eu-analytics-host>')
|
|
93
|
+
CSP_IMG_SRC = ("'self'", 'data:', 'https://<placeholder-eu-image-cdn>')
|
|
94
|
+
CSP_STYLE_SRC = ("'self'", "'unsafe-inline'")
|
|
95
|
+
CSP_FONT_SRC = ("'self'", 'https://<placeholder-eu-font-cdn>')
|
|
96
|
+
CSP_INCLUDE_NONCE_IN = ['script-src', 'style-src']
|
|
97
|
+
CSP_REPORT_URI = '/api/csp-report'
|
|
98
|
+
|
|
99
|
+
AUTHENTICATION_BACKENDS = [
|
|
100
|
+
'axes.backends.AxesBackend',
|
|
101
|
+
'django.contrib.auth.backends.ModelBackend',
|
|
102
|
+
]
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
```python
|
|
106
|
+
# File: app/views/auth.py
|
|
107
|
+
import time
|
|
108
|
+
import logging
|
|
109
|
+
from django.contrib.auth import authenticate, login as django_login, logout as django_logout
|
|
110
|
+
from django.contrib.auth.decorators import login_required
|
|
111
|
+
from django.http import JsonResponse, HttpResponseBadRequest
|
|
112
|
+
from django.views.decorators.http import require_POST
|
|
113
|
+
from django.views.decorators.csrf import csrf_protect
|
|
114
|
+
from django.views.decorators.cache import never_cache
|
|
115
|
+
|
|
116
|
+
logger = logging.getLogger('auth')
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
@require_POST
|
|
120
|
+
@csrf_protect
|
|
121
|
+
@never_cache
|
|
122
|
+
def login(request):
|
|
123
|
+
import json
|
|
124
|
+
try:
|
|
125
|
+
body = json.loads(request.body)
|
|
126
|
+
except json.JSONDecodeError:
|
|
127
|
+
return HttpResponseBadRequest('Invalid JSON')
|
|
128
|
+
|
|
129
|
+
username = body.get('username', '').strip()
|
|
130
|
+
password = body.get('password', '')
|
|
131
|
+
|
|
132
|
+
if not username or not password:
|
|
133
|
+
return JsonResponse({'error': 'Login-Daten ungueltig'}, status=401)
|
|
134
|
+
|
|
135
|
+
# Konstante Zeit (Timing-Attack-Schutz)
|
|
136
|
+
start = time.time()
|
|
137
|
+
user = authenticate(request, username=username, password=password)
|
|
138
|
+
elapsed = time.time() - start
|
|
139
|
+
if elapsed < 0.2:
|
|
140
|
+
time.sleep(0.2 - elapsed)
|
|
141
|
+
|
|
142
|
+
if user is None:
|
|
143
|
+
# Generic-Error: kein User-Enumeration
|
|
144
|
+
logger.info('login_failed', extra={'username_hash': _hash_user(username)})
|
|
145
|
+
return JsonResponse({'error': 'Login-Daten ungueltig'}, status=401)
|
|
146
|
+
|
|
147
|
+
if not user.is_active:
|
|
148
|
+
return JsonResponse({'error': 'Login-Daten ungueltig'}, status=401)
|
|
149
|
+
|
|
150
|
+
django_login(request, user)
|
|
151
|
+
logger.info('login_success', extra={'user_id': user.id})
|
|
152
|
+
|
|
153
|
+
return JsonResponse({
|
|
154
|
+
'user': {'id': user.id, 'email': user.email},
|
|
155
|
+
'expires_in': 3600,
|
|
156
|
+
})
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
@require_POST
|
|
160
|
+
@login_required
|
|
161
|
+
def logout(request):
|
|
162
|
+
logger.info('logout', extra={'user_id': request.user.id})
|
|
163
|
+
django_logout(request)
|
|
164
|
+
return JsonResponse({}, status=204)
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
def _hash_user(username: str) -> str:
|
|
168
|
+
import hashlib
|
|
169
|
+
return hashlib.sha256(username.encode()).hexdigest()[:16]
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
```python
|
|
173
|
+
# File: app/logging_filters.py
|
|
174
|
+
import logging
|
|
175
|
+
import re
|
|
176
|
+
|
|
177
|
+
EMAIL_RE = re.compile(r'[\w.+-]+@[\w-]+\.[\w-]+')
|
|
178
|
+
PASSWORD_KEY_RE = re.compile(r'(["\']?password["\']?\s*[:=]\s*["\'])([^"\']+)(["\'])', re.IGNORECASE)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
class PiiFilter(logging.Filter):
|
|
182
|
+
def filter(self, record: logging.LogRecord) -> bool:
|
|
183
|
+
if hasattr(record, 'msg'):
|
|
184
|
+
msg = str(record.msg)
|
|
185
|
+
msg = EMAIL_RE.sub('[EMAIL_REDACTED]', msg)
|
|
186
|
+
msg = PASSWORD_KEY_RE.sub(r'\1[PASSWORD_REDACTED]\3', msg)
|
|
187
|
+
record.msg = msg
|
|
188
|
+
return True
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
# Settings.py:
|
|
192
|
+
LOGGING = {
|
|
193
|
+
'version': 1,
|
|
194
|
+
'disable_existing_loggers': False,
|
|
195
|
+
'filters': {
|
|
196
|
+
'pii_filter': {'()': 'app.logging_filters.PiiFilter'},
|
|
197
|
+
},
|
|
198
|
+
'handlers': {
|
|
199
|
+
'console': {
|
|
200
|
+
'class': 'logging.StreamHandler',
|
|
201
|
+
'filters': ['pii_filter'],
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
'root': {'handlers': ['console'], 'level': 'INFO'},
|
|
205
|
+
}
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
```python
|
|
209
|
+
# File: app/middleware/recent_auth.py
|
|
210
|
+
import time
|
|
211
|
+
from django.shortcuts import redirect
|
|
212
|
+
from django.urls import reverse
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
class RequireRecentAuthForSensitive:
|
|
216
|
+
SENSITIVE_PATHS = ['/account/email-change', '/account/password-change', '/account/2fa']
|
|
217
|
+
RECENT_WINDOW = 5 * 60 # 5 Minuten
|
|
218
|
+
|
|
219
|
+
def __init__(self, get_response):
|
|
220
|
+
self.get_response = get_response
|
|
221
|
+
|
|
222
|
+
def __call__(self, request):
|
|
223
|
+
if request.user.is_authenticated and request.path in self.SENSITIVE_PATHS:
|
|
224
|
+
recent = request.session.get('recent_auth_at', 0)
|
|
225
|
+
if time.time() - recent > self.RECENT_WINDOW:
|
|
226
|
+
request.session['return_to'] = request.path
|
|
227
|
+
return redirect(reverse('confirm-password'))
|
|
228
|
+
return self.get_response(request)
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
## AVV / DPA
|
|
232
|
+
|
|
233
|
+
- Datenbank (User-Tabelle, axes_accessattempt) — AVV mit IP-Hash-Garantie
|
|
234
|
+
- Mailer (Reset-Mails / 2FA) — AVV
|
|
235
|
+
- Optional: SSO-Provider (Auth0 EU / Keycloak self-host) — AVV mit TIA bei Drittland
|
|
236
|
+
|
|
237
|
+
## DSE-Wording-Vorlage
|
|
238
|
+
|
|
239
|
+
```markdown
|
|
240
|
+
### Login-Sicherheit und Session-Verwaltung
|
|
241
|
+
|
|
242
|
+
Beim Login verarbeiten wir folgende Daten:
|
|
243
|
+
|
|
244
|
+
- E-Mail / Username (zur Identifizierung)
|
|
245
|
+
- Password (gehasht via Argon2, niemals im Klartext)
|
|
246
|
+
- Hash der IP-Adresse (Brute-Force-Schutz, max. 5 Fehlversuche binnen 30 Min.)
|
|
247
|
+
- Session-Cookie (Lifetime: 1 Stunde, Sliding-Expiration)
|
|
248
|
+
|
|
249
|
+
**Failed-Login-Schutz (django-axes):**
|
|
250
|
+
- 5 fehlgeschlagene Versuche je IP/Username = 30 Minuten Lockout
|
|
251
|
+
- Speicherung: Hash der IP + Username, kein Klartext-Password
|
|
252
|
+
|
|
253
|
+
**Rechtsgrundlage:** Art. 6 Abs. 1 lit. b DSGVO (Vertrag) +
|
|
254
|
+
Art. 6 Abs. 1 lit. f DSGVO (Sicherheit).
|
|
255
|
+
**Speicherdauer Login-Logs:** 30 Tage, danach Loeschung.
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
## Verify-Commands (Live-Probe)
|
|
259
|
+
|
|
260
|
+
```bash
|
|
261
|
+
# 1. Login mit falschen Credentials = Generic Error
|
|
262
|
+
curl -X POST https://<placeholder-domain>/api/login \
|
|
263
|
+
-H "Content-Type: application/json" \
|
|
264
|
+
-H "X-CSRFToken: <placeholder-csrf>" \
|
|
265
|
+
-d '{"username":"nonexistent","password":"WRONG"}' -i
|
|
266
|
+
# Erwartung: 401 mit "Login-Daten ungueltig"
|
|
267
|
+
|
|
268
|
+
# 2. Brute-Force-Lockout nach 5 Versuchen (django-axes)
|
|
269
|
+
for i in {1..6}; do
|
|
270
|
+
curl -X POST https://<placeholder-domain>/api/login \
|
|
271
|
+
-d '{"username":"test","password":"wrong"}' -s -o /dev/null -w "%{http_code}\n"
|
|
272
|
+
done
|
|
273
|
+
# Erwartung: nach 5 Versuchen: 403 (axes-Lockout)
|
|
274
|
+
|
|
275
|
+
# 3. Session-Lifetime kurz (1h)
|
|
276
|
+
curl -i https://<placeholder-domain>/api/login \
|
|
277
|
+
-d '{"username":"<placeholder>","password":"<placeholder>"}' \
|
|
278
|
+
| grep -i "set-cookie:.*sessionid.*max-age"
|
|
279
|
+
# Erwartung: max-age=3600
|
|
280
|
+
|
|
281
|
+
# 4. CSP-Header korrekt
|
|
282
|
+
curl -sI https://<placeholder-domain>/ | grep -i "content-security-policy"
|
|
283
|
+
# Erwartung: default-src 'self'; script-src 'self' https://<placeholder-eu-analytics-host>; ...
|
|
284
|
+
|
|
285
|
+
# 5. Logs ohne PII
|
|
286
|
+
tail -100 /var/log/django.log | grep -E '[\w.+-]+@[\w-]+\.[\w-]+' | head -5
|
|
287
|
+
# Erwartung: 0 Treffer oder ausschliesslich [EMAIL_REDACTED]
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
## Cross-References
|
|
291
|
+
|
|
292
|
+
- AEGIS-Scanner: `auth-flow-checker.ts`, `csp-config-checker.ts`, `bcrypt-argon-checker.ts`, `rate-limit-checker.ts`
|
|
293
|
+
- Skill-Reference: `references/dsgvo.md` Art. 32 (Sicherheit)
|
|
294
|
+
- BSI-Grundschutz: ORP.4 Identitaets- und Berechtigungsmanagement
|
|
295
|
+
- Audit-Pattern: `references/audit-patterns.md` Phase 7 (Security-Headers), Phase 9 (Auth-Audit)
|
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
---
|
|
2
|
+
license: MIT (snippet)
|
|
3
|
+
provider: Django (Open-Source)
|
|
4
|
+
last-checked: 2026-05-05
|
|
5
|
+
purpose: Django Middleware Pattern fuer Consent-Cookie-Read + Conditional Tracker-Render.
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Django — Cookie-Banner Middleware Pattern
|
|
9
|
+
|
|
10
|
+
## Trigger / Detection
|
|
11
|
+
|
|
12
|
+
Repo enthaelt:
|
|
13
|
+
- `django` in `requirements.txt` / `pyproject.toml`
|
|
14
|
+
- `settings.py` mit `MIDDLEWARE` Liste
|
|
15
|
+
- `urls.py` URL-Routing
|
|
16
|
+
- Optional: `django-cookie-consent` Package
|
|
17
|
+
|
|
18
|
+
## Default-Verhalten (was passiert ohne Konfiguration)
|
|
19
|
+
|
|
20
|
+
- Django-Default-Session-Cookies ohne `SESSION_COOKIE_SECURE = True` in DEBUG
|
|
21
|
+
- `csrftoken` Cookie ohne `SameSite=Lax`-Hinweis
|
|
22
|
+
- Tracker-Tags hardcoded in `base.html` Template
|
|
23
|
+
- `CSRF_COOKIE_HTTPONLY = False` Default → JS kann CSRF-Token lesen (notwendig)
|
|
24
|
+
- Default-Logger schreibt Klartext-IP via `request.META['REMOTE_ADDR']`
|
|
25
|
+
|
|
26
|
+
## Compliance-Risiken
|
|
27
|
+
|
|
28
|
+
| Risiko | Norm | Severity | Fix |
|
|
29
|
+
|---|---|---|---|
|
|
30
|
+
| Tracker-Tag in `base.html` | § 25 TDDDG | KRITISCH | `{% if request.consent.analytics %}` Conditional |
|
|
31
|
+
| `SESSION_COOKIE_SECURE = False` | Art. 32 DSGVO | KRITISCH | True in production settings |
|
|
32
|
+
| `SESSION_COOKIE_SAMESITE` ungesetzt | Art. 32 DSGVO | HOCH | `'Lax'` setzen |
|
|
33
|
+
| Klartext-IP in Logs | Art. 5 lit. f | HOCH | Custom Logging-Filter |
|
|
34
|
+
| Drittland-Tracker via CDN | Art. 44 DSGVO | KRITISCH | EU-Provider + AVV |
|
|
35
|
+
|
|
36
|
+
## Code-Pattern (sanitized)
|
|
37
|
+
|
|
38
|
+
```python
|
|
39
|
+
# File: app/middleware/consent.py
|
|
40
|
+
import json
|
|
41
|
+
from typing import Callable
|
|
42
|
+
from django.http import HttpRequest, HttpResponse
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
DEFAULT_CONSENT = {
|
|
46
|
+
'necessary': True,
|
|
47
|
+
'analytics': False,
|
|
48
|
+
'marketing': False,
|
|
49
|
+
'version': '1.0',
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
class ConsentMiddleware:
|
|
54
|
+
def __init__(self, get_response: Callable[[HttpRequest], HttpResponse]) -> None:
|
|
55
|
+
self.get_response = get_response
|
|
56
|
+
|
|
57
|
+
def __call__(self, request: HttpRequest) -> HttpResponse:
|
|
58
|
+
raw = request.COOKIES.get('cookie_consent')
|
|
59
|
+
consent = dict(DEFAULT_CONSENT)
|
|
60
|
+
|
|
61
|
+
if raw:
|
|
62
|
+
try:
|
|
63
|
+
parsed = json.loads(raw)
|
|
64
|
+
if isinstance(parsed, dict):
|
|
65
|
+
consent.update({k: v for k, v in parsed.items() if k in DEFAULT_CONSENT})
|
|
66
|
+
except (json.JSONDecodeError, ValueError):
|
|
67
|
+
pass
|
|
68
|
+
|
|
69
|
+
request.consent = consent
|
|
70
|
+
return self.get_response(request)
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
```python
|
|
74
|
+
# File: app/views/consent.py
|
|
75
|
+
import hashlib
|
|
76
|
+
import json
|
|
77
|
+
from datetime import datetime, timezone, timedelta
|
|
78
|
+
|
|
79
|
+
from django.conf import settings
|
|
80
|
+
from django.http import JsonResponse, HttpResponseBadRequest
|
|
81
|
+
from django.views.decorators.http import require_POST
|
|
82
|
+
from django.views.decorators.csrf import csrf_protect
|
|
83
|
+
|
|
84
|
+
from app.models import ConsentLog
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
@require_POST
|
|
88
|
+
@csrf_protect
|
|
89
|
+
def store_consent(request):
|
|
90
|
+
try:
|
|
91
|
+
body = json.loads(request.body)
|
|
92
|
+
except json.JSONDecodeError:
|
|
93
|
+
return HttpResponseBadRequest('Invalid JSON')
|
|
94
|
+
|
|
95
|
+
if not isinstance(body.get('analytics'), bool) or not isinstance(body.get('marketing'), bool):
|
|
96
|
+
return HttpResponseBadRequest('Invalid payload')
|
|
97
|
+
|
|
98
|
+
consent = {
|
|
99
|
+
'necessary': True,
|
|
100
|
+
'analytics': body['analytics'],
|
|
101
|
+
'marketing': body['marketing'],
|
|
102
|
+
'version': '1.0',
|
|
103
|
+
'timestamp': datetime.now(timezone.utc).isoformat(),
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
# Server-Log
|
|
107
|
+
ip = (request.META.get('HTTP_X_FORWARDED_FOR') or request.META.get('REMOTE_ADDR', '')).split(',')[0].strip()
|
|
108
|
+
salt = getattr(settings, 'IP_HASH_SALT', '')
|
|
109
|
+
ip_hash = hashlib.sha256(f'{ip}{salt}'.encode()).hexdigest()[:16]
|
|
110
|
+
|
|
111
|
+
ConsentLog.objects.create(
|
|
112
|
+
ip_hash=ip_hash,
|
|
113
|
+
user_agent=(request.META.get('HTTP_USER_AGENT') or '')[:200],
|
|
114
|
+
consent=consent,
|
|
115
|
+
)
|
|
116
|
+
|
|
117
|
+
response = JsonResponse({}, status=204)
|
|
118
|
+
response.set_cookie(
|
|
119
|
+
'cookie_consent',
|
|
120
|
+
json.dumps(consent),
|
|
121
|
+
max_age=int(timedelta(days=365).total_seconds()),
|
|
122
|
+
secure=not settings.DEBUG,
|
|
123
|
+
httponly=False, # Banner-JS muss lesen
|
|
124
|
+
samesite='Lax',
|
|
125
|
+
path='/',
|
|
126
|
+
)
|
|
127
|
+
return response
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
```python
|
|
131
|
+
# File: app/models/consent_log.py
|
|
132
|
+
from django.db import models
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
class ConsentLog(models.Model):
|
|
136
|
+
ip_hash = models.CharField(max_length=16)
|
|
137
|
+
user_agent = models.CharField(max_length=200)
|
|
138
|
+
consent = models.JSONField()
|
|
139
|
+
timestamp = models.DateTimeField(auto_now_add=True)
|
|
140
|
+
|
|
141
|
+
class Meta:
|
|
142
|
+
indexes = [models.Index(fields=['timestamp'])]
|
|
143
|
+
|
|
144
|
+
def __str__(self) -> str:
|
|
145
|
+
return f'ConsentLog #{self.pk} @ {self.timestamp.isoformat()}'
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
```python
|
|
149
|
+
# File: settings.py (Auszug)
|
|
150
|
+
MIDDLEWARE = [
|
|
151
|
+
'django.middleware.security.SecurityMiddleware',
|
|
152
|
+
'django.contrib.sessions.middleware.SessionMiddleware',
|
|
153
|
+
'django.middleware.common.CommonMiddleware',
|
|
154
|
+
'django.middleware.csrf.CsrfViewMiddleware',
|
|
155
|
+
'app.middleware.consent.ConsentMiddleware',
|
|
156
|
+
# ...
|
|
157
|
+
]
|
|
158
|
+
|
|
159
|
+
# Cookie-Security
|
|
160
|
+
SESSION_COOKIE_SECURE = not DEBUG
|
|
161
|
+
SESSION_COOKIE_SAMESITE = 'Lax'
|
|
162
|
+
SESSION_COOKIE_HTTPONLY = True
|
|
163
|
+
CSRF_COOKIE_SECURE = not DEBUG
|
|
164
|
+
CSRF_COOKIE_SAMESITE = 'Lax'
|
|
165
|
+
|
|
166
|
+
# HSTS (nur in production)
|
|
167
|
+
if not DEBUG:
|
|
168
|
+
SECURE_HSTS_SECONDS = 31536000
|
|
169
|
+
SECURE_HSTS_INCLUDE_SUBDOMAINS = True
|
|
170
|
+
SECURE_HSTS_PRELOAD = True
|
|
171
|
+
SECURE_SSL_REDIRECT = True
|
|
172
|
+
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
|
173
|
+
|
|
174
|
+
# Salt fuer IP-Hash
|
|
175
|
+
IP_HASH_SALT = os.environ['IP_HASH_SALT']
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
```python
|
|
179
|
+
# File: urls.py
|
|
180
|
+
from django.urls import path
|
|
181
|
+
from app.views.consent import store_consent
|
|
182
|
+
|
|
183
|
+
urlpatterns = [
|
|
184
|
+
path('api/consent-log', store_consent, name='consent-store'),
|
|
185
|
+
# ...
|
|
186
|
+
]
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
```html
|
|
190
|
+
<!-- File: templates/cookies/banner.html -->
|
|
191
|
+
{% if not request.COOKIES.cookie_consent %}
|
|
192
|
+
<aside id="cookie-banner" role="dialog" aria-label="Cookie-Einwilligung" class="cookie-banner">
|
|
193
|
+
<p>
|
|
194
|
+
Wir nutzen Cookies fuer notwendige Funktionen. Mit Ihrer Einwilligung
|
|
195
|
+
zusaetzlich fuer Webanalyse. Details:
|
|
196
|
+
<a href="{% url 'legal-privacy' %}">Datenschutzerklaerung</a>.
|
|
197
|
+
</p>
|
|
198
|
+
<div class="cookie-actions">
|
|
199
|
+
<button type="button" data-action="reject-all" class="btn-secondary">Nur Notwendige</button>
|
|
200
|
+
<button type="button" data-action="accept-all" class="btn-primary">Alle akzeptieren</button>
|
|
201
|
+
</div>
|
|
202
|
+
</aside>
|
|
203
|
+
|
|
204
|
+
<script>
|
|
205
|
+
(() => {
|
|
206
|
+
const csrf = document.querySelector('[name=csrfmiddlewaretoken]')?.value
|
|
207
|
+
|| document.cookie.match(/csrftoken=([^;]+)/)?.[1];
|
|
208
|
+
|
|
209
|
+
const submit = (analytics, marketing) => {
|
|
210
|
+
fetch('{% url "consent-store" %}', {
|
|
211
|
+
method: 'POST',
|
|
212
|
+
headers: {
|
|
213
|
+
'Content-Type': 'application/json',
|
|
214
|
+
'X-CSRFToken': csrf,
|
|
215
|
+
},
|
|
216
|
+
body: JSON.stringify({ analytics, marketing }),
|
|
217
|
+
}).then(() => {
|
|
218
|
+
document.getElementById('cookie-banner').remove();
|
|
219
|
+
if (analytics) {
|
|
220
|
+
const s = document.createElement('script');
|
|
221
|
+
s.src = 'https://<placeholder-eu-analytics-host>/script.js';
|
|
222
|
+
s.async = true;
|
|
223
|
+
document.head.appendChild(s);
|
|
224
|
+
}
|
|
225
|
+
});
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
document.querySelector('[data-action="reject-all"]').onclick = () => submit(false, false);
|
|
229
|
+
document.querySelector('[data-action="accept-all"]').onclick = () => submit(true, true);
|
|
230
|
+
})();
|
|
231
|
+
</script>
|
|
232
|
+
{% endif %}
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
```html
|
|
236
|
+
<!-- File: templates/base.html -->
|
|
237
|
+
<!DOCTYPE html>
|
|
238
|
+
<html lang="de">
|
|
239
|
+
<head>
|
|
240
|
+
<meta charset="UTF-8">
|
|
241
|
+
<title>{% block title %}<placeholder-site-name>{% endblock %}</title>
|
|
242
|
+
{% csrf_token %}
|
|
243
|
+
{# Tracker NUR conditional #}
|
|
244
|
+
{% if request.consent.analytics %}
|
|
245
|
+
<script src="https://<placeholder-eu-analytics-host>/script.js" async></script>
|
|
246
|
+
{% endif %}
|
|
247
|
+
</head>
|
|
248
|
+
<body>
|
|
249
|
+
{% block content %}{% endblock %}
|
|
250
|
+
{% include 'cookies/banner.html' %}
|
|
251
|
+
</body>
|
|
252
|
+
</html>
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
## AVV / DPA
|
|
256
|
+
|
|
257
|
+
- Hosting-Provider (Heroku EU / Render / Fly.io) — Art. 28 DSGVO
|
|
258
|
+
- Datenbank (Postgres) — AVV mit EU-Region
|
|
259
|
+
- Analytics-Provider (Plausible EU / Matomo) — AVV
|
|
260
|
+
- Mailer (SendGrid EU / Postmark / Mailjet) — AVV
|
|
261
|
+
|
|
262
|
+
## DSE-Wording-Vorlage
|
|
263
|
+
|
|
264
|
+
```markdown
|
|
265
|
+
### Cookies (Django-Anwendung)
|
|
266
|
+
|
|
267
|
+
Diese Webseite verwendet folgende Cookies:
|
|
268
|
+
|
|
269
|
+
**Notwendige Cookies (kein Opt-Out):**
|
|
270
|
+
- `sessionid` — Session-Verwaltung, Session-Dauer
|
|
271
|
+
- `csrftoken` — CSRF-Schutz, 12 Monate
|
|
272
|
+
- `cookie_consent` — Speicherung Ihrer Einwilligung, 12 Monate
|
|
273
|
+
|
|
274
|
+
**Analyse-Cookies (Opt-In):**
|
|
275
|
+
- gesetzt durch <placeholder-analytics-provider>
|
|
276
|
+
- Speicherdauer: <placeholder-days> Tage
|
|
277
|
+
- EU-Hosting: <placeholder-eu-country>
|
|
278
|
+
|
|
279
|
+
**Rechtsgrundlage:** § 25 TDDDG i.V.m. Art. 6 Abs. 1 lit. a DSGVO.
|
|
280
|
+
**Widerruf:** [Cookie-Einstellungen](#cookie-settings) im Footer.
|
|
281
|
+
```
|
|
282
|
+
|
|
283
|
+
## Verify-Commands (Live-Probe)
|
|
284
|
+
|
|
285
|
+
```bash
|
|
286
|
+
# 1. Banner sichtbar fuer neue Visitors
|
|
287
|
+
curl -sS https://<placeholder-domain>/ | grep -ic "cookie-banner"
|
|
288
|
+
|
|
289
|
+
# 2. Cookie-Security-Flags
|
|
290
|
+
curl -sI https://<placeholder-domain>/ | grep -iE "set-cookie:.*sessionid"
|
|
291
|
+
# Erwartung: HttpOnly; Secure; SameSite=Lax
|
|
292
|
+
|
|
293
|
+
# 3. HSTS aktiv
|
|
294
|
+
curl -sI https://<placeholder-domain>/ | grep -i "strict-transport-security"
|
|
295
|
+
# Erwartung: max-age=31536000; includeSubDomains; preload
|
|
296
|
+
|
|
297
|
+
# 4. Tracker-Conditional Rendering
|
|
298
|
+
curl -sS -H 'Cookie: cookie_consent=%7B%22analytics%22%3Afalse%7D' https://<placeholder-domain>/ \
|
|
299
|
+
| grep -ic "<placeholder-eu-analytics-host>"
|
|
300
|
+
# Erwartung: 0
|
|
301
|
+
|
|
302
|
+
curl -sS -H 'Cookie: cookie_consent=%7B%22analytics%22%3Atrue%7D' https://<placeholder-domain>/ \
|
|
303
|
+
| grep -ic "<placeholder-eu-analytics-host>"
|
|
304
|
+
# Erwartung: >=1
|
|
305
|
+
|
|
306
|
+
# 5. CSRF-Schutz erzwungen
|
|
307
|
+
curl -X POST https://<placeholder-domain>/api/consent-log \
|
|
308
|
+
-H "Content-Type: application/json" -d '{"analytics":false,"marketing":false}' -i
|
|
309
|
+
# Erwartung: 403 Forbidden (CSRF token missing)
|
|
310
|
+
```
|
|
311
|
+
|
|
312
|
+
## Cross-References
|
|
313
|
+
|
|
314
|
+
- AEGIS-Scanner: `cookie-flags-checker.ts`, `csrf-config-checker.ts`, `consent-flow-checker.ts`
|
|
315
|
+
- Skill-Reference: `references/dsgvo.md` § 25 TDDDG, Art. 7 DSGVO
|
|
316
|
+
- BGH-Rechtsprechung: `references/bgh-urteile.md` BGH I ZR 7/16
|
|
317
|
+
- OLG Koeln 6 U 80/23 (Button-Gleichwertigkeit)
|
|
318
|
+
- Audit-Pattern: `references/audit-patterns.md` Phase 2 (Cookie-Audit)
|